mirror of https://github.com/stella-emu/stella.git
Fix macOS build script.
This commit is contained in:
parent
7c90c9fe18
commit
0a759a49b0
|
@ -23,10 +23,10 @@ echo "Mounting ${DMG} file ..."
|
|||
hdiutil attach "${DMG}"
|
||||
|
||||
echo "Copying documentation ..."
|
||||
ditto ../../Announce.txt ../../Changes.txt ../../Copyright.txt ../../License.txt ../../README.md ../../Todo.txt "${DISK}"
|
||||
ditto ../../../Announce.txt ../../../Changes.txt ../../../Copyright.txt ../../../License.txt ../../../README.md ../../../Todo.txt "${DISK}"
|
||||
|
||||
echo "Copying application ..."
|
||||
cp -r DerivedData/Build/Products/Release/Stella.app "${DISK}"
|
||||
cp -r DerivedData/stella/Build/Products/Release/Stella.app "${DISK}"
|
||||
|
||||
echo "Updating modification times ..."
|
||||
touch "${DISK}"/Stella.app "${DISK}"/*.txt
|
||||
|
|
Loading…
Reference in New Issue