Skip to content

Commit

Permalink
Get rid of syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Oct 20, 2023
1 parent a5aa997 commit 6762d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/cxfreeze/cx_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def dummy_hook(*var, **kw):


# generation of the NSIS executable
nsis = os.path.join("\Program Files (x86)", "NSIS", "makensis.exe")
nsis = os.path.join(r"\Program Files (x86)", "NSIS", "makensis.exe")
if sys.platform.startswith("win") and os.path.exists(nsis):
# check if we can perform the packaging
outFile = "nsisscript.nsi"
Expand Down

0 comments on commit 6762d42

Please sign in to comment.