Updated OSX build script for change from Deployment to Release.

This commit is contained in:
Stephen Anthony 2017-06-04 18:21:43 -02:30
parent c9a3097946
commit 3355183d03
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ echo "Copying documentation ..."
ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt ../../Readme.txt ../../Todo.txt "${DISK}"
echo "Copying application ..."
cp -r DerivedData/Build/Products/Deployment/Stella.app "${DISK}"
cp -r DerivedData/Build/Products/Release/Stella.app "${DISK}"
echo "Updating modification times ..."
touch "${DISK}"/Stella.app "${DISK}"/*.txt