Skip to content

Commit 23aed6a

Browse files
authored
This should finally fix the secrets patch
1 parent 8ed7dc7 commit 23aed6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sed -i '/from gsecrets import const/a \
2727
SHARUN_DIR = os.getenv('"'"'SHARUN_DIR'"'"')\n\
2828
PKGDATADIR = os.path.join(SHARUN_DIR, '"'"'share'"'"')\n\
2929
LOCALEDIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'locale'"'"')' ./AppDir/bin/secrets
30+
sed -i 's|const.PKGDATADIR|PKGDATADIR|' ./AppDir/bin/secrets
31+
sed -i 's|const.LOCALEDIR|LOCALEDIR|' ./AppDir/bin/secrets
3032

3133
# Turn AppDir into AppImage
3234
quick-sharun --make-appimage

0 commit comments

Comments
 (0)