prepare for AppImage
This commit is contained in:
parent
b0fdc2e939
commit
e43f4eff08
10
res/AppRun
Executable file
10
res/AppRun
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
APP_DIR=`dirname $0`
|
||||||
|
APP_DIR=`cd "$APP_DIR";pwd`
|
||||||
|
|
||||||
|
export LD_LIBRARY_PATH="$APP_DIR/usr/lib"
|
||||||
|
|
||||||
|
cd "$APP_DIR"
|
||||||
|
|
||||||
|
exec "./usr/bin/furnace" "$@"
|
8
res/furnace.desktop
Normal file
8
res/furnace.desktop
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Furnace
|
||||||
|
Comment=Open-source chiptune tracker
|
||||||
|
Icon=furnace
|
||||||
|
Exec=furnace
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Audio;
|
Loading…
Reference in a new issue