Skip to content

Commit

Permalink
update setup for newer cx_Freeze #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed May 3, 2021
1 parent cdf93f5 commit 1e7877c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def manifest_creation():
for script, scriptname in scripts.items():
exes.append(cx_Freeze.Executable(
script=script,
targetName=scriptname + ("" if sys.platform == "linux" else ".exe"),
target_name=scriptname + ("" if sys.platform == "linux" else ".exe"),
icon=icon,
))

Expand Down

0 comments on commit 1e7877c

Please sign in to comment.