mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Merge pull request #6584 from Chocobo1/nsis
NSIS: set exit code to 0 on install/uninstall success
This commit is contained in:
commit
027607490a
2 changed files with 47 additions and 39 deletions
4
dist/windows/installer.nsi
vendored
4
dist/windows/installer.nsi
vendored
|
@ -228,3 +228,7 @@ Function PageFinishRun
|
|||
!insertmacro UAC_AsUser_ExecShell "" "$INSTDIR\qbittorrent.exe" "" "" ""
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function .onInstSuccess
|
||||
SetErrorLevel 0
|
||||
FunctionEnd
|
||||
|
|
4
dist/windows/uninstaller.nsi
vendored
4
dist/windows/uninstaller.nsi
vendored
|
@ -166,3 +166,7 @@ Function un.check_instance
|
|||
notfound:
|
||||
|
||||
FunctionEnd
|
||||
|
||||
Function un.onUninstSuccess
|
||||
SetErrorLevel 0
|
||||
FunctionEnd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue