Skip to content

Commit

Permalink
feat: Add directory prompt page in boring installer
Browse files Browse the repository at this point in the history
This is a quick n dirty change which works for me. I just wanted to keep these changes in this pull-request to elaborate and discuss on it. Regard this as a starting point to solve electron-userland#596. Still lacking are e.g. tests, of course.
  • Loading branch information
domachine authored Nov 15, 2016
1 parent 1057499 commit d972239
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/nsis/boringInstaller.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
!define MUI_CUSTOMFUNCTION_GUIINIT GuiInit
!endif

!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
!else
Expand Down Expand Up @@ -111,4 +112,4 @@
!endif
!macroend

!include "langs.nsh"
!include "langs.nsh"

0 comments on commit d972239

Please sign in to comment.