Skip to content

Commit

Permalink
Fix macOS build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa666666 committed Oct 3, 2024
1 parent 7c90c9f commit 0a759a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/os/macos/Create_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a759a4

Please sign in to comment.