Skip to content

Commit c0be08e

Browse files
authored
Update make-appimage.sh
1 parent bf184c8 commit c0be08e

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
@@ -24,7 +24,7 @@ quick-sharun /usr/bin/secrets \
2424

2525
# Patch secrets to use AppImage's directory
2626
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
27+
sed -i 's|const.LOCALEDIR|os.getenv("SHARUN_DIR"), "share", "locale"|' ./AppDir/bin/secrets
2828

2929
# Turn AppDir into AppImage
3030
quick-sharun --make-appimage

0 commit comments

Comments
 (0)