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 65c5fa6 commit bf184c8Copy full SHA for bf184c8
make-appimage.sh
@@ -23,8 +23,8 @@ quick-sharun /usr/bin/secrets \
23
/usr/lib/libgirepository*
24
25
# Patch secrets to use AppImage's directory
26
-sed -i '/const.PKGDATADIR/c\os.getenv("SHARUN_DIR"), "share"' ./AppDir/bin/secrets
27
-sed -i '/const.LOCALEDIR/c\os.getenv("SHARUN_DIR"), "share", "locale"' ./AppDir/bin/secrets
+sed -i 's|const.PKGDATADIR|os.getenv("SHARUN_DIR"), "share"|' ./AppDir/bin/secrets
+sed -i 's|const.LOCALEDIR|os.getenv("SHARUN_DIR"), "share" "locale"|' ./AppDir/bin/secrets
28
29
# Turn AppDir into AppImage
30
quick-sharun --make-appimage
0 commit comments