diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-10 21:51:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-10 21:51:48 +0100 |
commit | 24877cf22c59acefc69c33d8368841a149135fed (patch) | |
tree | caac0a72003a78b0244ec5a783f3e80887ae4017 /nsis/README.txt | |
parent | ba7e1865b3e01b9e502d335345d713743797a339 (diff) | |
download | vim-git-24877cf22c59acefc69c33d8368841a149135fed.tar.gz |
patch 8.1.0713: images for NSIS take up too much spacev8.1.0713
Problem: Images for NSIS take up too much space.
Solution: Put the images in a zip file.
Diffstat (limited to 'nsis/README.txt')
-rw-r--r-- | nsis/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nsis/README.txt b/nsis/README.txt index f5348e91e..6ecc57941 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 |