Skip to content

Commit

Permalink
1 char patch for IWF RunProgramScript on Windows, hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Dec 22, 2020
1 parent 84b3242 commit 8f4238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distbuilder/qt_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5360,7 +5360,7 @@ def RunProgramScript( path, arguments=None, isAutoQuote=True,
if isHidden:
if IS_WINDOWS :
waitSwitch = " -Wait" if isSynchronous else ""
hiddenStyle = "-WindowStyle Hidden"
hiddenStyle = " -WindowStyle Hidden"
argList =( (" -ArgumentList " +
",".join( ['"%s"' % (a,) for a in arguments]) )
if len(arguments) > 0 else "" )
Expand Down

0 comments on commit 8f4238d

Please sign in to comment.