mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user