From 327683908eaed0383b25eace0418ed292b4fc26a Mon Sep 17 00:00:00 2001 From: RestorerZ Date: Fri, 3 Oct 2025 07:59:03 +0000 Subject: [PATCH] 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 Signed-off-by: Christian Brabandt --- Filelist | 1 - nsis/README.txt | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Filelist b/Filelist index 47e80c6155..225eaf2b5c 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 3bb32d423a..c4f3645ab1 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=" — the directory where the "makensis.exe" program is located. + +Note: for icons used in the installer, see the README.txt in the icons.zip