Skip to content

Commit a0c94f7

Browse files
authored
Update make-appimage.sh
1 parent f9b9e06 commit a0c94f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

make-appimage.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ export ICON=/usr/share/icons/hicolor/scalable/apps/org.gnome.World.Secrets.svg
1212
export DESKTOP=/usr/share/applications/org.gnome.World.Secrets.desktop
1313
export DEPLOY_SYS_PYTHON=1
1414
export DEPLOY_OPENGL=1
15+
export DEPLOY_P11KIT=1
1516
export DEPLOY_GTK=1
1617
export GTK_DIR=gtk-4.0
17-
export ANYLINUX_LIB=1
18+
export DEPLOY_GSTREAMER=1
1819
export DEPLOY_LOCALE=1
20+
export ANYLINUX_LIB=1
1921
export STARTUPWMCLASS=secrets # For Wayland, this is 'org.gnome.World.Secrets', so this needs to be changed in desktop file manually by the user in that case until some potential automatic fix exists for this
2022

2123
# Deploy dependencies
@@ -30,8 +32,5 @@ LOCALEDIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'locale'"'"')' ./AppDi
3032
sed -i 's|const.PKGDATADIR|PKGDATADIR|' ./AppDir/bin/secrets
3133
sed -i 's|const.LOCALEDIR|LOCALEDIR|' ./AppDir/bin/secrets
3234

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

0 commit comments

Comments
 (0)