mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
.app building for macos
This commit is contained in:
BIN
buildapp/AppIcon.icns
Normal file
BIN
buildapp/AppIcon.icns
Normal file
Binary file not shown.
@@ -10,9 +10,10 @@ rm -rf $DESTDIR || true
|
|||||||
mkdir $DESTDIR
|
mkdir $DESTDIR
|
||||||
mkdir $DESTDIR/Contents
|
mkdir $DESTDIR/Contents
|
||||||
mkdir $DESTDIR/Contents/MacOS
|
mkdir $DESTDIR/Contents/MacOS
|
||||||
|
mkdir $DESTDIR/Contents/Resources
|
||||||
|
|
||||||
# Prepare an application
|
# Prepare an application
|
||||||
cp icns.png $DESTDIR/.icns
|
cp AppIcon.icns $DESTDIR/Contents/Resources/AppIcon.icns
|
||||||
cp $SRCFILES/Info.plist $DESTDIR/Contents/
|
cp $SRCFILES/Info.plist $DESTDIR/Contents/
|
||||||
cp $SRCFILES/TerranBASIC.sh $DESTDIR/Contents/MacOS/
|
cp $SRCFILES/TerranBASIC.sh $DESTDIR/Contents/MacOS/
|
||||||
chmod +x $DESTDIR/Contents/MacOS/TerranBASIC.sh
|
chmod +x $DESTDIR/Contents/MacOS/TerranBASIC.sh
|
||||||
|
|||||||
@@ -10,9 +10,10 @@ rm -rf $DESTDIR || true
|
|||||||
mkdir $DESTDIR
|
mkdir $DESTDIR
|
||||||
mkdir $DESTDIR/Contents
|
mkdir $DESTDIR/Contents
|
||||||
mkdir $DESTDIR/Contents/MacOS
|
mkdir $DESTDIR/Contents/MacOS
|
||||||
|
mkdir $DESTDIR/Contents/Resources
|
||||||
|
|
||||||
# Prepare an application
|
# Prepare an application
|
||||||
cp icns.png $DESTDIR/.icns
|
cp AppIcon.icns $DESTDIR/Contents/Resources/AppIcon.icns
|
||||||
cp $SRCFILES/Info.plist $DESTDIR/Contents/
|
cp $SRCFILES/Info.plist $DESTDIR/Contents/
|
||||||
cp $SRCFILES/TerranBASIC.sh $DESTDIR/Contents/MacOS/
|
cp $SRCFILES/TerranBASIC.sh $DESTDIR/Contents/MacOS/
|
||||||
chmod +x $DESTDIR/Contents/MacOS/TerranBASIC.sh
|
chmod +x $DESTDIR/Contents/MacOS/TerranBASIC.sh
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 57 KiB |
@@ -4,4 +4,5 @@
|
|||||||
<key>CFBundleExecutable</key><string>TerranBASIC.sh</string>
|
<key>CFBundleExecutable</key><string>TerranBASIC.sh</string>
|
||||||
<key>CFBundleDisplayName</key><string>TerranBASIC</string>
|
<key>CFBundleDisplayName</key><string>TerranBASIC</string>
|
||||||
<key>CFBundleName</key><string>TerranBASIC</string>
|
<key>CFBundleName</key><string>TerranBASIC</string>
|
||||||
|
<key>CFBundleIconFile</key><string>AppIcon.icns</string>
|
||||||
</dict></plist>
|
</dict></plist>
|
||||||
|
|||||||
@@ -4,4 +4,5 @@
|
|||||||
<key>CFBundleExecutable</key><string>TerranBASIC.sh</string>
|
<key>CFBundleExecutable</key><string>TerranBASIC.sh</string>
|
||||||
<key>CFBundleDisplayName</key><string>TerranBASIC</string>
|
<key>CFBundleDisplayName</key><string>TerranBASIC</string>
|
||||||
<key>CFBundleName</key><string>TerranBASIC</string>
|
<key>CFBundleName</key><string>TerranBASIC</string>
|
||||||
|
<key>CFBundleIconFile</key><string>AppIcon.icns</string>
|
||||||
</dict></plist>
|
</dict></plist>
|
||||||
|
|||||||
Reference in New Issue
Block a user