mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
more standalone TerranBASIC executable build files
This commit is contained in:
3
buildapp/tbaslinux_x86/AppRun
Executable file
3
buildapp/tbaslinux_x86/AppRun
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd "${0%/*}"
|
||||
./runtime-linux-x86/bin/java -Xms128M -Xmx2G -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd -jar ./TerranBASIC.jar
|
||||
6
buildapp/tbaslinux_x86/TerranBASIC.desktop
Normal file
6
buildapp/tbaslinux_x86/TerranBASIC.desktop
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=TerranBASIC
|
||||
Exec=AppRun
|
||||
Icon=icns
|
||||
Type=Application
|
||||
Categories=Game;
|
||||
Reference in New Issue
Block a user