emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bc462ef: Rebrand Windows installer


From: Phillip Lord
Subject: [Emacs-diffs] master bc462ef: Rebrand Windows installer
Date: Wed, 15 Nov 2017 17:53:52 -0500 (EST)

branch: master
commit bc462efec89c3317a6ee3ef9404356c1c7e52bda
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    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.
---
 admin/nt/dist-build/emacs.nsi                    |   1 +
 etc/images/icons/hicolor/scalable/apps/emacs.ico | Bin 0 -> 85182 bytes
 etc/images/splash.bmp                            | Bin 310494 -> 154542 bytes
 3 files changed, 1 insertion(+)

diff --git a/admin/nt/dist-build/emacs.nsi b/admin/nt/dist-build/emacs.nsi
index 947ac9a..ec33dc0 100644
--- a/admin/nt/dist-build/emacs.nsi
+++ b/admin/nt/dist-build/emacs.nsi
@@ -17,6 +17,7 @@ Var StartMenuFolder
 !define MUI_WELCOMEPAGE_TEXT "Welcome to Emacs -- the editor of a lifetime."
 
 !define MUI_WELCOMEFINISHPAGE_BITMAP 
"${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\splash.bmp"
+!define MUI_ICON 
"${ARCH}\share\emacs\${EMACS_VERSION}\etc\images\icons\hicolor\scalable\apps\emacs.ico"
 
 !insertmacro MUI_PAGE_WELCOME
 
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 0000000..7059127
Binary files /dev/null and b/etc/images/icons/hicolor/scalable/apps/emacs.ico 
differ
diff --git a/etc/images/splash.bmp b/etc/images/splash.bmp
index 1e83326..3ec4c27 100644
Binary files a/etc/images/splash.bmp and b/etc/images/splash.bmp differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]