Skip to content

Commit 1898a70

Browse files
authored
Update make-appimage.sh
1 parent 23aed6a commit 1898a70

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
@@ -25,7 +25,7 @@ quick-sharun /usr/bin/secrets \
2525
# Patch secrets to use AppImage's directory
2626
sed -i '/from gsecrets import const/a \
2727
SHARUN_DIR = os.getenv('"'"'SHARUN_DIR'"'"')\n\
28-
PKGDATADIR = os.path.join(SHARUN_DIR, '"'"'share'"'"')\n\
28+
PKGDATADIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'secrets'"'"')\n\
2929
LOCALEDIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'locale'"'"')' ./AppDir/bin/secrets
3030
sed -i 's|const.PKGDATADIR|PKGDATADIR|' ./AppDir/bin/secrets
3131
sed -i 's|const.LOCALEDIR|LOCALEDIR|' ./AppDir/bin/secrets

0 commit comments

Comments
 (0)