comparison nsis/README.txt @ 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 803807ab19c5
children 9b6bfce90778
comparison
equal deleted inserted replaced
15409:400233bbf952 15410:cb1652e41314
65 65
66 66
67 Install NSIS if you didn't do that already. 67 Install NSIS if you didn't do that already.
68 Also install UPX, if you want a compressed file. 68 Also install UPX, if you want a compressed file.
69 69
70 Unpack the images:
71 cd nsis
72 unzip icons.zip
73
70 To build then, enter: 74 To build then, enter:
71 75
76 cd nsis
72 makensis gvim.nsi 77 makensis gvim.nsi