We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
secrets
1 parent 8ed7dc7 commit 23aed6aCopy full SHA for 23aed6a
make-appimage.sh
@@ -27,6 +27,8 @@ sed -i '/from gsecrets import const/a \
27
SHARUN_DIR = os.getenv('"'"'SHARUN_DIR'"'"')\n\
28
PKGDATADIR = os.path.join(SHARUN_DIR, '"'"'share'"'"')\n\
29
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
32
33
# Turn AppDir into AppImage
34
quick-sharun --make-appimage
0 commit comments