Skip to content

Commit fdc6d4c

Browse files
Update entrypoint.sh
1 parent 6cce2b5 commit fdc6d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wine/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
if [ ! -d "/root/.wine" ]
1313
then
14-
LC_ALL="zh_CN.UTF8" winecfg
14+
LC_ALL="C.UTF8" winecfg
1515
xvfb-run -a winetricks -q cjkfonts vcrun2022 riched20
1616
fi
1717

@@ -42,4 +42,4 @@ then
4242
done
4343
fi
4444

45-
cat | wine64 bedrock_server_mod.exe
45+
LC_ALL="C.UTF8" wine64 bedrock_server_mod.exe

0 commit comments

Comments
 (0)