We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8229f commit e04fbd1Copy full SHA for e04fbd1
setup.py
@@ -66,7 +66,7 @@ def manifest_creation():
66
for script, scriptname in scripts.items():
67
exes.append(cx_Freeze.Executable(
68
script=script,
69
- targetName=scriptname + ("" if sys.platform == "linux" else ".exe"),
+ target_name=scriptname + ("" if sys.platform == "linux" else ".exe"),
70
icon=icon,
71
))
72
0 commit comments