Skip to content

Commit

Permalink
Patched UninstallWindowsAppScript NOT_FOUND_EXIT_CODE placeholder rep…
Browse files Browse the repository at this point in the history
…lacement.
  • Loading branch information
BuvinJ committed Dec 28, 2020
1 parent 4d5ca84 commit 969e31d
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 @@ -5512,7 +5512,7 @@ def UninstallWindowsAppScript( appName, arguments=None,
, "addArgs": addArgs
, "wait": ("-Wait " if isSynchronous else "")
, "hide": ("-WindowStyle Hidden " if isHidden else "")
, "__NOT_FOUND_EXIT_CODE":
, "NOT_FOUND_EXIT_CODE":
QtIfwExternalOp.__NOT_FOUND_EXIT_CODE
} )

Expand Down

0 comments on commit 969e31d

Please sign in to comment.