aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lord2017-11-13 23:00:12 +0000
committerPhillip Lord2017-11-15 22:53:31 +0000
commitbc462efec89c3317a6ee3ef9404356c1c7e52bda (patch)
tree3a71810c86af5e97205ba5d5233e9691fe73d638
parent52d822f31bc7cb57694c1e209b2d02e5efb8f48c (diff)
downloademacs-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.
-rw-r--r--admin/nt/dist-build/emacs.nsi1
-rw-r--r--etc/images/icons/hicolor/scalable/apps/emacs.icobin0 -> 85182 bytes
-rw-r--r--etc/images/splash.bmpbin310494 -> 154542 bytes
3 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
diff --git a/etc/images/icons/hicolor/scalable/apps/emacs.ico b/etc/images/icons/hicolor/scalable/apps/emacs.ico
new file mode 100644
index 00000000000..70591275217
--- /dev/null
+++ b/etc/images/icons/hicolor/scalable/apps/emacs.ico
Binary files differ
diff --git a/etc/images/splash.bmp b/etc/images/splash.bmp
index 1e8332665e1..3ec4c276d53 100644
--- a/etc/images/splash.bmp
+++ b/etc/images/splash.bmp
Binary files differ