diff options
| author | Phillip Lord | 2017-11-13 23:00:12 +0000 |
|---|---|---|
| committer | Phillip Lord | 2017-11-15 22:53:31 +0000 |
| commit | bc462efec89c3317a6ee3ef9404356c1c7e52bda (patch) | |
| tree | 3a71810c86af5e97205ba5d5233e9691fe73d638 /admin/nt | |
| parent | 52d822f31bc7cb57694c1e209b2d02e5efb8f48c (diff) | |
| download | emacs-bc462efec89c3317a6ee3ef9404356c1c7e52bda.tar.gz emacs-bc462efec89c3317a6ee3ef9404356c1c7e52bda.zip | |
Rebrand Windows installer
* admin/nt/dist-build/emacs.nsi: Use two icons.
* etc/images/splash.bmp,etc/images/icons/hicolor/scalable/apps/emacs.ico:
New files.
Diffstat (limited to 'admin/nt')
| -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 | ||