diff options
| author | Phillip Lord | 2017-11-17 22:57:32 +0000 |
|---|---|---|
| committer | Phillip Lord | 2017-11-17 23:03:03 +0000 |
| commit | 6b8e9b74bd2343b26c73f41f61a34ebfd1b11a9d (patch) | |
| tree | e25fbabaf8f61686d086ec68e39ba45481e1869a /admin | |
| parent | d20eab9831c920a1d0807bdc833a74185c4637b1 (diff) | |
| download | emacs-6b8e9b74bd2343b26c73f41f61a34ebfd1b11a9d.tar.gz emacs-6b8e9b74bd2343b26c73f41f61a34ebfd1b11a9d.zip | |
Rebrand Uninstaller
* admin/nt/dist-build/emacs.nsi: Add MUI_UNICON
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/nt/dist-build/emacs.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/nt/dist-build/emacs.nsi b/admin/nt/dist-build/emacs.nsi index 492e4cd97d8..81382723776 100644 --- a/admin/nt/dist-build/emacs.nsi +++ b/admin/nt/dist-build/emacs.nsi | |||
| @@ -16,6 +16,7 @@ Var StartMenuFolder | |||
| 16 | 16 | ||
| 17 | !define MUI_WELCOMEFINISHPAGE_BITMAP "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\splash.bmp" | 17 | !define MUI_WELCOMEFINISHPAGE_BITMAP "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\splash.bmp" |
| 18 | !define MUI_ICON "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\icons\hicolor\scalable\apps\emacs.ico" | 18 | !define MUI_ICON "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\icons\hicolor\scalable\apps\emacs.ico" |
| 19 | !define MUI_UNICON "${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\icons\hicolor\scalable\apps\emacs.ico" | ||
| 19 | 20 | ||
| 20 | !insertmacro MUI_PAGE_WELCOME | 21 | !insertmacro MUI_PAGE_WELCOME |
| 21 | 22 | ||
| @@ -49,7 +50,6 @@ function .onInit | |||
| 49 | ${Endif} | 50 | ${Endif} |
| 50 | ${EndIf} | 51 | ${EndIf} |
| 51 | 52 | ||
| 52 | MessageBox MB_OK "Installdir is $INSTDIR" | ||
| 53 | functionend | 53 | functionend |
| 54 | 54 | ||
| 55 | 55 | ||