We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4915112 commit 3e10889Copy full SHA for 3e10889
1 file changed
syrup/functions.py
@@ -357,5 +357,5 @@ def NSISBuildInstaller(nsi_script, artifact_dir):
357
)
358
return -1
359
# http://nsis.sourceforge.net/Docs/Chapter3.html#usage
360
- command = [TOOLS_NSIS, "-NOCD", "-INPUTCHARSET", "UTF8", "-P3", "-V3", nsi_script]
+ command = [TOOLS_NSIS, "-NOCD", "-INPUTCHARSET", "UTF8", "-V3", nsi_script]
361
print(cmd(command, stdout=sys.stdout, stderr=sys.stderr, encoding="utf8"))
0 commit comments