Skip to content

Commit 31a0cc7

Browse files
authored
override argv0
1 parent c0b9087 commit 31a0cc7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

make-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export MAIN_BIN=qarma
1414
# Deploy dependencies
1515
quick-sharun /usr/bin/qarma* /usr/bin/zenity
1616

17+
# needed since this app puts the whole binary path as argv0
18+
echo 'OVERRIDE_ARGV0=${ARG0}' >> ./AppDir/.env
19+
1720
# Additional changes can be done in between here
1821

1922
# Turn AppDir into AppImage

0 commit comments

Comments
 (0)