Skip to content

Commit

Permalink
compatibility with the latest cx_Freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 25, 2023
1 parent 55608da commit 15062ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1468,10 +1468,10 @@ def do_add_DLLs(prefix="lib", *dll_names):
def add_exe(script, icon, base_name, base="Console"):
executables.append(Executable(
script = script,
initScript = None,
init_script = None,
#targetDir = "dist",
icon = "fs/share/xpra/icons/%s" % icon,
targetName = "%s.exe" % base_name,
target_name = "%s.exe" % base_name,
base = base,
))

Expand Down

0 comments on commit 15062ac

Please sign in to comment.