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