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.
1 parent bf184c8 commit c0be08eCopy full SHA for c0be08e
make-appimage.sh
@@ -24,7 +24,7 @@ quick-sharun /usr/bin/secrets \
24
25
# Patch secrets to use AppImage's directory
26
sed -i 's|const.PKGDATADIR|os.getenv("SHARUN_DIR"), "share"|' ./AppDir/bin/secrets
27
-sed -i 's|const.LOCALEDIR|os.getenv("SHARUN_DIR"), "share" "locale"|' ./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