mac app building with icons

This commit is contained in:
minjaesong
2023-05-15 17:59:02 +09:00
parent ac3975e52f
commit 1b0f233fcb
7 changed files with 16 additions and 4 deletions

View File

@@ -16,9 +16,10 @@ rm -rf $DESTDIR || true
mkdir $DESTDIR
mkdir $DESTDIR/Contents
mkdir $DESTDIR/Contents/MacOS
mkdir $DESTDIR/Contents/Resources
# Prepare an application
cp icns.png $DESTDIR/.icns
cp AppIcon.icns $DESTDIR/Contents/Resources/AppIcon.icns
cp $SRCFILES/Info.plist $DESTDIR/Contents/
cp $SRCFILES/Terrarum.sh $DESTDIR/Contents/MacOS/
chmod +x $DESTDIR/Contents/MacOS/Terrarum.sh