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 <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
RestorerZ
2025-10-03 07:59:03 +00:00
committed by Christian Brabandt
parent 0a8b4ef8b2
commit 327683908e
2 changed files with 2 additions and 1 deletions

View File

@ -642,7 +642,6 @@ SRC_DOS = \
nsis/auxiliary.nsh \ nsis/auxiliary.nsh \
nsis/gvim.nsi \ nsis/gvim.nsi \
nsis/gvim_version.nsh \ nsis/gvim_version.nsh \
nsis/icons/README.txt \
nsis/Makefile \ nsis/Makefile \
nsis/Make_mvc.mak \ nsis/Make_mvc.mak \
nsis/README.txt \ nsis/README.txt \

View File

@ -108,3 +108,5 @@ Variables and their values available for building the installer (not mandatory):
Example "X=OutFile MyVim.exe;XPMode on" Example "X=OutFile MyVim.exe;XPMode on"
"MKNSIS=<dir>" — the directory where the "makensis.exe" program is "MKNSIS=<dir>" — the directory where the "makensis.exe" program is
located. located.
Note: for icons used in the installer, see the README.txt in the icons.zip