diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/nt/dist-build/emacs.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/nt/dist-build/emacs.nsi b/admin/nt/dist-build/emacs.nsi index 947ac9ac181..ec33dc03da6 100644 --- a/admin/nt/dist-build/emacs.nsi +++ b/admin/nt/dist-build/emacs.nsi | |||
| @@ -17,6 +17,7 @@ Var StartMenuFolder | |||
| 17 | !define MUI_WELCOMEPAGE_TEXT "Welcome to Emacs -- the editor of a lifetime." | 17 | !define MUI_WELCOMEPAGE_TEXT "Welcome to Emacs -- the editor of a lifetime." |
| 18 | 18 | ||
| 19 | !define MUI_WELCOMEFINISHPAGE_BITMAP "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\splash.bmp" | 19 | !define MUI_WELCOMEFINISHPAGE_BITMAP "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\splash.bmp" |
| 20 | !define MUI_ICON "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\icons\hicolor\scalable\apps\emacs.ico" | ||
| 20 | 21 | ||
| 21 | !insertmacro MUI_PAGE_WELCOME | 22 | !insertmacro MUI_PAGE_WELCOME |
| 22 | 23 | ||