mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-06-30 11:01:50 +08:00
[ci] fix NSIS uninstall function naming for service cleanup
This commit is contained in:
@@ -130,7 +130,7 @@ cancelUninstall:
|
|||||||
Abort
|
Abort
|
||||||
|
|
||||||
uninstallApp:
|
uninstallApp:
|
||||||
Call UnregisterInstalledService
|
Call un.UnregisterInstalledService
|
||||||
|
|
||||||
; Delete main executable and uninstaller
|
; Delete main executable and uninstaller
|
||||||
Delete "$INSTDIR\CrossDesk.exe"
|
Delete "$INSTDIR\CrossDesk.exe"
|
||||||
@@ -211,7 +211,7 @@ missing_service_binary:
|
|||||||
Abort
|
Abort
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function UnregisterInstalledService
|
Function un.UnregisterInstalledService
|
||||||
IfFileExists "$INSTDIR\CrossDesk.exe" 0 unregister_with_sc
|
IfFileExists "$INSTDIR\CrossDesk.exe" 0 unregister_with_sc
|
||||||
|
|
||||||
DetailPrint "Stopping CrossDesk service"
|
DetailPrint "Stopping CrossDesk service"
|
||||||
|
|||||||
Reference in New Issue
Block a user