mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
parent
d2e02605e9
commit
b4d474b770
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…
Reference in New Issue
Block a user