Skip to content

Commit

Permalink
Update custom_install_steps.nsh
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 authored Aug 28, 2023
1 parent 3f432cf commit 0b09ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/electron/custom_install_steps.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ${StrRep}
installservice:

nsExec::Exec install_windows_service.bat

nsExec::Exec "$SYSDIR\sc query OutlineService"
Pop $0
StrCmp $0 0 success
Expand All @@ -167,4 +167,4 @@ ${StrRep}
!macro customUnInstall
nsExec::Exec "$SYSDIR\net stop OutlineService"
nsExec::Exec "$SYSDIR\sc delete OutlineService"
!macroend
!macroend

0 comments on commit 0b09ed6

Please sign in to comment.