Skip to content

Commit e04fbd1

Browse files
committed
update setup for newer cx_Freeze #2
1 parent fb8229f commit e04fbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def manifest_creation():
6666
for script, scriptname in scripts.items():
6767
exes.append(cx_Freeze.Executable(
6868
script=script,
69-
targetName=scriptname + ("" if sys.platform == "linux" else ".exe"),
69+
target_name=scriptname + ("" if sys.platform == "linux" else ".exe"),
7070
icon=icon,
7171
))
7272

0 commit comments

Comments
 (0)