From 176711f06966f6691a29c410e4693bf14e0f3d74 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 11 Mar 2022 15:24:11 +0000 Subject: patch 8.2.4545: MS-Windows: the installed icon is low resolution Problem: MS-Windows: the installed icon is low resolution. Solution: Use a better icon. Install vim.ico. (Christian Brabandt, closes #9931, closes #9930) --- nsis/gvim.nsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsis') diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index c32a8868f6..f9b1790b17 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -403,6 +403,9 @@ Section "$(str_section_exe)" id_section_exe SetOutPath $0\autoload\xml File ${VIMRT}\autoload\xml\*.* + SetOutPath $0\bitmaps + File ${VIMSRC}\vim.ico + SetOutPath $0\syntax File ${VIMRT}\syntax\*.* -- cgit v1.2.3