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 16f3ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distbuilder/qt_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5512,8 +5512,8 @@ def UninstallWindowsAppScript( appName, arguments=None,
, "addArgs": addArgs
, "wait": ("-Wait " if isSynchronous else "")
, "hide": ("-WindowStyle Hidden " if isHidden else "")
, "__NOT_FOUND_EXIT_CODE":
QtIfwExternalOp.__NOT_FOUND_EXIT_CODE
, "NOT_FOUND_EXIT_CODE":
str( QtIfwExternalOp.__NOT_FOUND_EXIT_CODE )
} )

# Creates the key, if it does not exists.
Expand Down

0 comments on commit 16f3ccb

Please sign in to comment.