Skip to content

Commit 7090367

Browse files
authored
Update make-appimage.sh
1 parent 1e1b8c0 commit 7090367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ chmod +x ./AppDir/bin/get_appimage_offset
4646
sed -i 's|/usr/lib/gearlever/get_appimage_offset|get_appimage_offset|g' ./AppDir/share/gearlever/gearlever/providers/AppImageProvider.py
4747

4848
# Set gsettings to save to keyfile
49-
echo 'GSETTINGS_BACKEND=keyfile' ./AppDir/.env
49+
echo "GSETTINGS_BACKEND=keyfile" >> ./AppDir/.env
5050

5151
# Turn AppDir into AppImage
5252
quick-sharun --make-appimage

0 commit comments

Comments
 (0)