icon for makensisw copied from Contrib\Graphics\Icons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4027 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
960cb8addd
commit
d01ddc5d47
3 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@ res = Split("""
|
||||||
|
|
||||||
resources = Split("""
|
resources = Split("""
|
||||||
shell.ico
|
shell.ico
|
||||||
|
icon.ico
|
||||||
makensisw.xml
|
makensisw.xml
|
||||||
logo.bmp
|
logo.bmp
|
||||||
toolbar.bmp
|
toolbar.bmp
|
||||||
toolbar24.bmp
|
toolbar24.bmp
|
||||||
toolbar24d.bmp
|
toolbar24d.bmp
|
||||||
toolbar24h.bmp
|
toolbar24h.bmp
|
||||||
#Contrib/Graphics/Icons/modern-install-blue-full.ico
|
|
||||||
""")
|
""")
|
||||||
|
|
||||||
libs = Split("""
|
libs = Split("""
|
||||||
|
|
BIN
Contrib/Makensisw/icon.ico
Normal file
BIN
Contrib/Makensisw/icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -54,7 +54,7 @@ END
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_ICON ICON "..\\..\\Contrib\\Graphics\\Icons\\modern-install-blue-full.ico"
|
IDI_ICON ICON "icon.ico"
|
||||||
IDI_SHELL ICON "shell.ico"
|
IDI_SHELL ICON "shell.ico"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue