prepare for AppImage

This commit is contained in:
tildearrow 2021-12-30 15:41:45 -05:00
parent b0fdc2e939
commit e43f4eff08
2 changed files with 18 additions and 0 deletions

10
res/AppRun Executable file
View 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
View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=Furnace
Comment=Open-source chiptune tracker
Icon=furnace
Exec=furnace
Terminal=false
Type=Application
Categories=Audio;