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:
stephena 2013-03-01 20:33:14 +00:00
parent 63a598fb7f
commit 68424c9222
2 changed files with 5 additions and 0 deletions

View File

@ -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!

View File

@ -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}"