feat: 修改pycdc默认路径
This commit is contained in:
parent
977841837d
commit
cb30fddb1c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user