File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ export DEPLOY_LOCALE=1
1919export DEPLOY_OPENGL=1
2020export DEPLOY_VULKAN=1
2121export DEPLOY_PIPEWIRE=1
22+ export LOCALE_FIX=1
2223
2324# Bundle all libs
2425wget --retry-connrefused --tries=30 " $SHARUN " -O ./quick-sharun
2526chmod +x ./quick-sharun
2627./quick-sharun /usr/bin/dolphin-*
2728
28- # Force C locale due to issues with gconv causing crashes
29- # See https://github.com/pkgforge-dev/Dolphin-emu-AppImage/issues/28
30- # This is a hack but since dolphin provides internal translations, it isn't a big deal
31- echo ' LC_ALL=C' >> ./AppDir/.env
32-
3329# differentiate between nightly builds
3430if [ " $DEVEL " = ' true' ]; then
3531 sed -i ' s|Name=Dolphin Emulator|Name=Dolphin Emulator Nightly|' ./AppDir/* .desktop
You can’t perform that action at this time.
0 commit comments