Skip to content
Snippets Groups Projects
Unverified Commit 37ed577a authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] stop/remove new, renamed service

parent a14b4ac6
No related branches found
No related tags found
1 merge request!94WIP: Feat/windows service
......@@ -57,7 +57,6 @@ dependsCygwin:
@choco install -y golang python nssm nsis wget 7zip
build:
echo "XBUILD>", ${XBUILD}
ifeq (${XBUILD}, yes)
$(MAKE) build_cross_win
$(MAKE) build_cross_osx
......
......@@ -63,6 +63,9 @@ Section "InstallFiles"
DetailPrint "Trying to uninstall new helper..."
ClearErrors
ExecWait '"$INSTDIR\helper.exe" stop'
ExecWait '"$INSTDIR\helper.exe" remove'
ClearErrors
Delete 'C:\Program Files\$applicationName\helper.exe'
IfErrors 0 noErrorHelper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment