config: Use valid default enemizer_path on Linux (and Windows)

This commit is contained in:
strotlog
2022-06-01 23:49:57 +00:00
committed by Fabian Dill
parent 4558ac66fa
commit 2b73c7f9e4
3 changed files with 3 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ def get_default_options() -> dict:
},
"generator": {
"teams": 1,
"enemizer_path": os.path.join("EnemizerCLI", "EnemizerCLI.Core.exe"),
"enemizer_path": os.path.join("EnemizerCLI", "EnemizerCLI.Core"),
"player_files_path": "Players",
"players": 0,
"weights_file_path": "weights.yaml",