We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b9087 commit 31a0cc7Copy full SHA for 31a0cc7
1 file changed
make-appimage.sh
@@ -14,6 +14,9 @@ export MAIN_BIN=qarma
14
# Deploy dependencies
15
quick-sharun /usr/bin/qarma* /usr/bin/zenity
16
17
+# needed since this app puts the whole binary path as argv0
18
+echo 'OVERRIDE_ARGV0=${ARG0}' >> ./AppDir/.env
19
+
20
# Additional changes can be done in between here
21
22
# Turn AppDir into AppImage
0 commit comments