nsis: added a note about installer icons in README.txt
Commit:
https://github.com/vim/vim/commit/327683908eaed0383b25eace0418ed292b4fc26a
Author: RestorerZ <
rest...@mail2k.ru>
Date: Fri Oct 3 07:59:03 2025 +0000
nsis: added a note about installer icons in README.txt
This fixes a few issues introduced in commit 3495936:
- Deleted the icons directory
- Duplicate files in the icons.zip archive have been removed
- Added a note about installer icons in README.txt
closes: #18469
Signed-off-by: RestorerZ <
rest...@mail2k.ru>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/Filelist b/Filelist
index 47e80c615..225eaf2b5 100644
--- a/Filelist
+++ b/Filelist
@@ -642,7 +642,6 @@ SRC_DOS = \
nsis/auxiliary.nsh \
nsis/gvim.nsi \
nsis/gvim_version.nsh \
- nsis/icons/README.txt \
nsis/Makefile \
nsis/Make_mvc.mak \
nsis/README.txt \
diff --git a/nsis/README.txt b/nsis/README.txt
index 3bb32d423..c4f3645ab 100644
--- a/nsis/README.txt
+++ b/nsis/README.txt
@@ -108,3 +108,5 @@ Variables and their values available for building the installer (not mandatory):
Example "X=OutFile MyVim.exe;XPMode on"
"MKNSIS=<dir>" — the directory where the "makensis.exe" program is
located.
+
+Note: for icons used in the installer, see the README.txt in the icons.zip