mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
mac app building with icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user