Skip to content

Commit

Permalink
patch 8.2.4545: MS-Windows: the installed icon is low resolution
Browse files Browse the repository at this point in the history
Problem:    MS-Windows: the installed icon is low resolution.
Solution:   Use a better icon.  Install vim.ico. (Christian Brabandt,
            closes #9931, closes #9930)
  • Loading branch information
chrisbra authored and brammool committed Mar 11, 2022
1 parent dbf8094 commit 176711f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Filelist
Expand Up @@ -631,6 +631,7 @@ SRC_DOS_BIN = \
src/xpm/x86/lib-vc14/libXpm.lib \
src/xpm/x86/lib/libXpm.a \
src/xpm/x86/lib/libXpm.lib \
runtime/bitmaps/vim.ico \
nsis/icons.zip \

# source files for Amiga, DOS, etc. (also in the extra archive)
Expand Down
3 changes: 3 additions & 0 deletions nsis/gvim.nsi
Expand Up @@ -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\*.*

Expand Down
Binary file added runtime/bitmaps/vim.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4545,
/**/
4544,
/**/
Expand Down
Binary file modified src/vim.ico
Binary file not shown.

0 comments on commit 176711f

Please sign in to comment.