We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1b8c0 commit 7090367Copy full SHA for 7090367
make-appimage.sh
@@ -46,7 +46,7 @@ chmod +x ./AppDir/bin/get_appimage_offset
46
sed -i 's|/usr/lib/gearlever/get_appimage_offset|get_appimage_offset|g' ./AppDir/share/gearlever/gearlever/providers/AppImageProvider.py
47
48
# Set gsettings to save to keyfile
49
-echo 'GSETTINGS_BACKEND=keyfile' ./AppDir/.env
+echo "GSETTINGS_BACKEND=keyfile" >> ./AppDir/.env
50
51
# Turn AppDir into AppImage
52
quick-sharun --make-appimage
0 commit comments