Skip to content

Commit

Permalink
chore: AppImage: change to proper directory
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Oct 15, 2023
1 parent 4e908a3 commit f8c8d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ DIR="$(readlink -f "$(dirname "$0")")"
export GTK_PATH="$DIR/usr/lib/gtk-2.0"
export LD_LIBRARY_PATH="$DIR/usr/lib64"
export PATH="$DIR/usr/bin:$PATH"
cd "$DIR" || exit 1
exec "$DIR/usr/bin/qpxtool" "$@"

0 comments on commit f8c8d92

Please sign in to comment.