Skip to content

Commit

Permalink
remove not needed locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 15, 2025
1 parent 114b9c1 commit 024c2d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dolphin-emu-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ LD_PRELOAD=${SHARUN_DIR}/path-mapping.so' > ./.env

# copy locales, for some reason the dolphin binary tries to look into an invalid /usr/share/dolphin-emu//../locale path
cp -r /usr/share/locale ./share
find ./share/locale -type f ! -name '*dolphin*' -delete

# Prepare sharun
ln ./sharun ./AppRun
Expand Down

0 comments on commit 024c2d3

Please sign in to comment.