Fix: parameter error

Fix MCSManager/MCSManager: #117.
This commit is contained in:
pa733 2022-08-18 09:52:55 +08:00 committed by GitHub
parent e67dc0bd15
commit 7f141ffeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ export default {
programName: "",
maxMemory: "",
minMemory: "",
additional: "-Dfile.encoding=UTF-8 -Duser.language=cn -Duser.country=ZH",
additional: "-Dfile.encoding=UTF-8 -Duser.language=zh -Duser.country=CN",
suffix: "nogui"
}
};