Skip to content

Commit 6a5616f

Browse files
authored
Fix locale not being used, despite being available
`PATH_MAPPING` needs to be applied for that too
1 parent 8a3e329 commit 6a5616f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export GTK_DIR=gtk-4.0
1717
export PATH_MAPPING='
1818
/usr/share/gearlever:${SHARUN_DIR}/share/gearlever
1919
/usr/lib/gearlever:${SHARUN_DIR}/lib/gearlever
20+
/usr/share/locale:${SHARUN_DIR}/share/locale
2021
'
2122
export EXEC_WRAPPER=1
2223
export DEPLOY_LOCALE=1

0 commit comments

Comments
 (0)