1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Opt: Refactored some code of emulator.py

This commit is contained in:
SarContDeli
2022-07-26 16:34:48 +08:00
parent f1c78de429
commit df26bc4e7a
9 changed files with 73 additions and 77 deletions

View File

@@ -11,8 +11,8 @@
},
"RestartEmulator": {
"LaunchMode": "do_not_use",
"CustomStartFilter": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox",
"CustomKillFilter": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit"
"CustomStartCommand": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox",
"CustomKillCommand": "C:\\Program Files\\Nox\\bin\\Nox.exe -clone:nox -quit"
},
"Error": {
"HandleError": true,