chore: appimage: add missing gtk engines

This commit is contained in:
Stéphane Lesimple
2020-11-21 19:29:34 +01:00
parent 0521f5271e
commit 53ddb9a51b
2 changed files with 10 additions and 2 deletions

4
contrib/AppRun.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
DIR="$(readlink -f "$(dirname "$0")")"
export GTK_PATH="$DIR/usr/lib/gtk-2.0"
exec "$DIR/usr/bin/dvdisaster" "$@"