Skip to content

Commit 0ec7b31

Browse files
authored
Add PATH_MAPPING for secrets gresource
1 parent aa789b1 commit 0ec7b31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ export DEPLOY_SYS_PYTHON=1
1414
export DEPLOY_OPENGL=1
1515
export DEPLOY_GTK=1
1616
export GTK_DIR=gtk-4.0
17+
export PATH_MAPPING='
18+
/usr/share/secrets:${SHARUN_DIR}/share/secrets
19+
'
1720
export ANYLINUX_LIB=1
1821
export DEPLOY_LOCALE=1
1922
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
2023

2124
# Deploy dependencies
2225
quick-sharun /usr/bin/secrets \
23-
/usr/share/secrets \
2426
/usr/lib/libgirepository*
2527

2628
# Turn AppDir into AppImage

0 commit comments

Comments
 (0)