diff Filelist @ 15410:cb1652e41314 v8.1.0713

patch 8.1.0713: images for NSIS take up too much space commit https://github.com/vim/vim/commit/24877cf22c59acefc69c33d8368841a149135fed Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 10 21:51:48 2019 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Jan 2019 22:00:06 +0100
parents a6330a49e036
children 06dd244b461b
line wrap: on
line diff
--- a/Filelist
+++ b/Filelist
@@ -517,9 +517,7 @@ SRC_DOS_BIN =	\
 		src/xpm/x86/lib/libXpm.a \
 		src/xpm/x86/lib/libXpm.lib \
 		src/xpm/x86/lib-vc14/libXpm.lib \
-		nsis/icons/*.bmp \
-		nsis/icons/*.ico \
-		nsis/icons/*.svg \
+		nsis/icons.zip \
 
 # source files for Amiga, DOS, etc. (also in the extra archive)
 SRC_AMI_DOS =	\