Skip to content

Commit 3d295ca

Browse files
authored
Set gsettings to save to keyfile
1 parent 8c5a7ea commit 3d295ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ LOCALEDIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'locale'"'"')' ./AppDi
3030
sed -i 's|const.PKGDATADIR|PKGDATADIR|' ./AppDir/bin/secrets
3131
sed -i 's|const.LOCALEDIR|LOCALEDIR|' ./AppDir/bin/secrets
3232

33+
# Set gsettings to save to keyfile
34+
echo "GSETTINGS_BACKEND=keyfile" >> ./AppDir/.env
35+
3336
# Turn AppDir into AppImage
3437
quick-sharun --make-appimage

0 commit comments

Comments
 (0)