Merge pull request #251 from Jcw87/patched_to_modded

rename mwcceppc_patched.exe to mwcceppc_modded.exe for better windows compatibility
This commit is contained in:
TakaRikka
2023-01-24 00:33:33 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ def setup(debug: bool, game_path: Path, tools_path: Path):
c27_mwcceppc_old = c27.joinpath("mwcceppc.old.exe")
c27_mwcceppc_orignal = c27.joinpath("mwcceppc.exe")
c27_mwcceppc_patched = c27.joinpath("mwcceppc_patched.exe")
c27_mwcceppc_patched = c27.joinpath("mwcceppc_modded.exe")
def patch_compiler(src: Path, dst: Path, apply: bool):
with src.open("rb") as src_file: