mirror of https://github.com/stella-emu/stella.git
Fixed file modtimes in OSX build script; it was using dates from when
the archive was first created (~2009). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2645 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
63a598fb7f
commit
68424c9222
|
@ -24,6 +24,8 @@
|
|||
* Fixed sound issues on OSX PPC machines (all sound was in little-endian
|
||||
format, but PPC is big-endian).
|
||||
|
||||
* The OSX DMG archive now contains proper modification dates.
|
||||
|
||||
-Have fun!
|
||||
|
||||
|
||||
|
|
|
@ -28,6 +28,9 @@ ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt
|
|||
echo "Copying application ..."
|
||||
cp -r build/Deployment/Stella.app "${DISK}"
|
||||
|
||||
echo "Updating modification times ..."
|
||||
touch "${DISK}"/Stella.app "${DISK}"/*.txt
|
||||
|
||||
echo "Ejecting ${DMG} ..."
|
||||
hdiutil eject "${DISK}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue