Skip to content

Commit 89fa1d3

Browse files
authored
Set gsettings to save to keyfile
1 parent 415ed92 commit 89fa1d3

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
@@ -61,5 +61,8 @@ if __name__ == "__main__":
6161
python -c "$PYTHON_SCRIPT"
6262
EOF
6363

64+
# Set gsettings to save to keyfile
65+
echo "GSETTINGS_BACKEND=keyfile" >> ./AppDir/.env
66+
6467
# Turn AppDir into AppImage
6568
quick-sharun --make-appimage

0 commit comments

Comments
 (0)