diff options
Diffstat (limited to 'branding/templates/windows/template.nsi')
-rwxr-xr-x | branding/templates/windows/template.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/windows/template.nsi b/branding/templates/windows/template.nsi index 1f7715a..2be707b 100755 --- a/branding/templates/windows/template.nsi +++ b/branding/templates/windows/template.nsi @@ -87,7 +87,7 @@ SectionEnd Section "InstallService" ; Easy service management thanks to nssm - ExecWait '"$INSTDIR\nssm.exe" install $applicationNameLower-helper "$INSTDIR\bitmask-helper.exe"' + ExecWait '"$INSTDIR\nssm.exe" install $applicationNameLower-helper "$INSTDIR\bitmask_helper.exe"' ExecWait '"$INSTDIR\nssm.exe" set $applicationNameLower-helper AppDirectory "$INSTDIR"' ExecWait '"$INSTDIR\nssm.exe" start $applicationNameLower-helper' SectionEnd |