From: RestorerZ Date: Fri, 3 Oct 2025 07:59:03 +0000 (+0000) Subject: nsis: added a note about installer icons in README.txt X-Git-Tag: v9.1.1819~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327683908eaed0383b25eace0418ed292b4fc26a;p=thirdparty%2Fvim.git 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 --- 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