forked from aniani/vim
		
	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)
			
			
This commit is contained in:
		
				
					committed by
					
						 Bram Moolenaar
						Bram Moolenaar
					
				
			
			
				
	
			
			
			
						parent
						
							dbf8094b17
						
					
				
				
					commit
					176711f069
				
			
							
								
								
									
										1
									
								
								Filelist
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Filelist
									
									
									
									
									
								
							| @@ -631,6 +631,7 @@ SRC_DOS_BIN =	\ | |||||||
| 		src/xpm/x86/lib-vc14/libXpm.lib \ | 		src/xpm/x86/lib-vc14/libXpm.lib \ | ||||||
| 		src/xpm/x86/lib/libXpm.a \ | 		src/xpm/x86/lib/libXpm.a \ | ||||||
| 		src/xpm/x86/lib/libXpm.lib \ | 		src/xpm/x86/lib/libXpm.lib \ | ||||||
|  | 		runtime/bitmaps/vim.ico \ | ||||||
| 		nsis/icons.zip \ | 		nsis/icons.zip \ | ||||||
|  |  | ||||||
| # source files for Amiga, DOS, etc. (also in the extra archive) | # source files for Amiga, DOS, etc. (also in the extra archive) | ||||||
|   | |||||||
| @@ -403,6 +403,9 @@ Section "$(str_section_exe)" id_section_exe | |||||||
| 	SetOutPath $0\autoload\xml | 	SetOutPath $0\autoload\xml | ||||||
| 	File ${VIMRT}\autoload\xml\*.* | 	File ${VIMRT}\autoload\xml\*.* | ||||||
|  |  | ||||||
|  | 	SetOutPath $0\bitmaps | ||||||
|  | 	File ${VIMSRC}\vim.ico | ||||||
|  |  | ||||||
| 	SetOutPath $0\syntax | 	SetOutPath $0\syntax | ||||||
| 	File ${VIMRT}\syntax\*.* | 	File ${VIMRT}\syntax\*.* | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								runtime/bitmaps/vim.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								runtime/bitmaps/vim.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 28 KiB | 
| @@ -750,6 +750,8 @@ static char *(features[]) = | |||||||
|  |  | ||||||
| static int included_patches[] = | static int included_patches[] = | ||||||
| {   /* Add new patch number below this line */ | {   /* Add new patch number below this line */ | ||||||
|  | /**/ | ||||||
|  |     4545, | ||||||
| /**/ | /**/ | ||||||
|     4544, |     4544, | ||||||
| /**/ | /**/ | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								src/vim.ico
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/vim.ico
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 28 KiB | 
		Reference in New Issue
	
	Block a user