From 24877cf22c59acefc69c33d8368841a149135fed Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 Jan 2019 21:51:48 +0100 Subject: patch 8.1.0713: images for NSIS take up too much space Problem: Images for NSIS take up too much space. Solution: Put the images in a zip file. --- nsis/README.txt | 5 + nsis/icons.zip | Bin 0 -> 121873 bytes nsis/icons/disabled.bmp | Bin 358 -> 0 bytes nsis/icons/enabled.bmp | Bin 358 -> 0 bytes nsis/icons/header.bmp | Bin 102654 -> 0 bytes nsis/icons/header.svg | 265 ----------------------------------------- nsis/icons/un_header.bmp | Bin 102654 -> 0 bytes nsis/icons/uninstall.bmp | Bin 618006 -> 0 bytes nsis/icons/vim_16c.ico | Bin 766 -> 0 bytes nsis/icons/vim_uninst_16c.ico | Bin 766 -> 0 bytes nsis/icons/welcome.bmp | Bin 618006 -> 0 bytes nsis/icons/welcome.svg | 268 ------------------------------------------ 12 files changed, 5 insertions(+), 533 deletions(-) create mode 100644 nsis/icons.zip delete mode 100644 nsis/icons/disabled.bmp delete mode 100644 nsis/icons/enabled.bmp delete mode 100644 nsis/icons/header.bmp delete mode 100644 nsis/icons/header.svg delete mode 100644 nsis/icons/un_header.bmp delete mode 100644 nsis/icons/uninstall.bmp delete mode 100644 nsis/icons/vim_16c.ico delete mode 100644 nsis/icons/vim_uninst_16c.ico delete mode 100644 nsis/icons/welcome.bmp delete mode 100644 nsis/icons/welcome.svg (limited to 'nsis') diff --git a/nsis/README.txt b/nsis/README.txt index f5348e91ea..6ecc57941e 100644 --- a/nsis/README.txt +++ b/nsis/README.txt @@ -67,6 +67,11 @@ To build the installable .exe: Install NSIS if you didn't do that already. Also install UPX, if you want a compressed file. +Unpack the images: + cd nsis + unzip icons.zip + To build then, enter: + cd nsis makensis gvim.nsi diff --git a/nsis/icons.zip b/nsis/icons.zip new file mode 100644 index 0000000000..5dddbbe65a Binary files /dev/null and b/nsis/icons.zip differ diff --git a/nsis/icons/disabled.bmp b/nsis/icons/disabled.bmp deleted file mode 100644 index 8f6b6d4e66..0000000000 Binary files a/nsis/icons/disabled.bmp and /dev/null differ diff --git a/nsis/icons/enabled.bmp b/nsis/icons/enabled.bmp deleted file mode 100644 index 766e11a932..0000000000 Binary files a/nsis/icons/enabled.bmp and /dev/null differ diff --git a/nsis/icons/header.bmp b/nsis/icons/header.bmp deleted file mode 100644 index c2f426953c..0000000000 Binary files a/nsis/icons/header.bmp and /dev/null differ diff --git a/nsis/icons/header.svg b/nsis/icons/header.svg deleted file mode 100644 index 21e60fbc46..0000000000 --- a/nsis/icons/header.svg +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - The editor - Theeditor - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/nsis/icons/un_header.bmp b/nsis/icons/un_header.bmp deleted file mode 100644 index 4b6516951f..0000000000 Binary files a/nsis/icons/un_header.bmp and /dev/null differ diff --git a/nsis/icons/uninstall.bmp b/nsis/icons/uninstall.bmp deleted file mode 100644 index 223d6a45df..0000000000 Binary files a/nsis/icons/uninstall.bmp and /dev/null differ diff --git a/nsis/icons/vim_16c.ico b/nsis/icons/vim_16c.ico deleted file mode 100644 index de18d1d96f..0000000000 Binary files a/nsis/icons/vim_16c.ico and /dev/null differ diff --git a/nsis/icons/vim_uninst_16c.ico b/nsis/icons/vim_uninst_16c.ico deleted file mode 100644 index 8196e68740..0000000000 Binary files a/nsis/icons/vim_uninst_16c.ico and /dev/null differ diff --git a/nsis/icons/welcome.bmp b/nsis/icons/welcome.bmp deleted file mode 100644 index 6ef2a9b995..0000000000 Binary files a/nsis/icons/welcome.bmp and /dev/null differ diff --git a/nsis/icons/welcome.svg b/nsis/icons/welcome.svg deleted file mode 100644 index bf99194308..0000000000 --- a/nsis/icons/welcome.svg +++ /dev/null @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - The editor - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3