feat: 修改pycdc默认路径

This commit is contained in:
dqy 2024-06-04 20:58:14 +08:00
parent 977841837d
commit cb30fddb1c

View File

@ -423,7 +423,7 @@ def main():
"-p", "-p",
"--pycdc", "--pycdc",
help="Path to pycdc.exe to decompile", help="Path to pycdc.exe to decompile",
default=os.getenv("pycdc"), default=os.getenv("PATH"),
) )
args = parser.parse_args() args = parser.parse_args()
output_format = "txt" # Default output format output_format = "txt" # Default output format