fix: prevent AppImage from reading hosts' immodules.cache file (#94)
This commit is contained in:
committed by
GitHub
parent
3d1bf4677e
commit
71668f3296
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
DIR="$(readlink -f "$(dirname "$0")")"
|
||||
export GTK_PATH="$DIR/usr/lib/gtk-2.0"
|
||||
export GTK_IM_MODULE_FILE=/dev/null
|
||||
export DVDISASTER_DOCDIR="$DIR/usr/share/doc/dvdisaster"
|
||||
exec "$DIR/usr/bin/dvdisaster" "$@"
|
||||
|
||||
Reference in New Issue
Block a user