mirror of https://github.com/stella-emu/stella.git
Updated OSX build script for change from Deployment to Release.
This commit is contained in:
parent
c9a3097946
commit
3355183d03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue