.app building for macos

This commit is contained in:
minjaesong
2023-05-19 15:19:13 +09:00
parent bacb40b0ef
commit 00b2db7d74
6 changed files with 6 additions and 2 deletions

View File

@@ -10,9 +10,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/TerranBASIC.sh $DESTDIR/Contents/MacOS/
chmod +x $DESTDIR/Contents/MacOS/TerranBASIC.sh