Skip to content

Commit

Permalink
fix(nsis): Installer not closed when 'runAfterFinish: false'
Browse files Browse the repository at this point in the history
Additional fix for electron-userland#2951
  • Loading branch information
wojtkowiak committed Jun 4, 2018
1 parent c31f6a1 commit bb27491
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -88,9 +88,8 @@ ${endIf}
${orIf} ${isForceRun}
!insertmacro doStartApp
${endIf}

!insertmacro quitSuccess
!endif
!insertmacro quitSuccess
!else
# for assisted installer run only if silent, because assisted installer has run after finish option
${if} ${isForceRun}
Expand Down

0 comments on commit bb27491

Please sign in to comment.