mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Update tools/patch_c2.py
This commit is contained in:
parent
786bd4b6fa
commit
7445b58799
@ -18,7 +18,7 @@
|
|||||||
def main():
|
def main():
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
allow_abbrev=False,
|
allow_abbrev=False,
|
||||||
description="Path C2.EXE of Micrisoft Visual Studio 4.2.0 to disable C4786 warning",
|
description="Path C2.EXE of Microsoft Visual Studio 4.2.0 to disable C4786 warning",
|
||||||
)
|
)
|
||||||
parser.add_argument("path", type=pathlib.Path, help="Path of C2.EXE")
|
parser.add_argument("path", type=pathlib.Path, help="Path of C2.EXE")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user