mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
`installer.ico' doesn't fit into 8.3, so gets truncated to INSTALLE.ICO in
the Windows source Zips. Rename to `puttyins.ico'. [originally from svn r7241]
This commit is contained in:
parent
91694cb3a2
commit
762f341d56
@ -1,6 +1,6 @@
|
|||||||
# Makefile for the PuTTY icon suite.
|
# Makefile for the PuTTY icon suite.
|
||||||
|
|
||||||
ICONS = putty puttycfg puttygen pscp pageant pterm ptermcfg installer
|
ICONS = putty puttycfg puttygen pscp pageant pterm ptermcfg puttyins
|
||||||
SIZES = 16 32 48
|
SIZES = 16 32 48
|
||||||
|
|
||||||
MODE = # override to -it on command line for opaque testing
|
MODE = # override to -it on command line for opaque testing
|
||||||
@ -10,7 +10,7 @@ MONOPNGS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-mono.png))
|
|||||||
TRUEPNGS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-true.png))
|
TRUEPNGS = $(foreach I,$(ICONS),$(foreach S,$(SIZES),$(I)-$(S)-true.png))
|
||||||
|
|
||||||
ICOS = putty.ico puttygen.ico pscp.ico pageant.ico pageants.ico puttycfg.ico \
|
ICOS = putty.ico puttygen.ico pscp.ico pageant.ico pageants.ico puttycfg.ico \
|
||||||
installer.ico
|
puttyins.ico
|
||||||
CICONS = xpmputty.c xpmpucfg.c xpmpterm.c xpmptcfg.c
|
CICONS = xpmputty.c xpmpucfg.c xpmpterm.c xpmptcfg.c
|
||||||
|
|
||||||
base: icos cicons
|
base: icos cicons
|
||||||
@ -63,11 +63,11 @@ pscp.ico: pscp-16.png pscp-32.png pscp-48.png \
|
|||||||
# Because the installer icon makes heavy use of brown when drawing
|
# Because the installer icon makes heavy use of brown when drawing
|
||||||
# the cardboard box, it's worth having 8-bit versions of it in
|
# the cardboard box, it's worth having 8-bit versions of it in
|
||||||
# addition to the 4- and 1-bit ones.
|
# addition to the 4- and 1-bit ones.
|
||||||
installer.ico: installer-16.png installer-32.png installer-48.png \
|
puttyins.ico: puttyins-16.png puttyins-32.png puttyins-48.png \
|
||||||
installer-16-mono.png installer-32-mono.png \
|
puttyins-16-mono.png puttyins-32-mono.png \
|
||||||
installer-48-mono.png \
|
puttyins-48-mono.png \
|
||||||
installer-16-true.png installer-32-true.png \
|
puttyins-16-true.png puttyins-32-true.png \
|
||||||
installer-48-true.png
|
puttyins-48-true.png
|
||||||
./icon.pl -8 $(filter %-true.png, $^) \
|
./icon.pl -8 $(filter %-true.png, $^) \
|
||||||
-4 $(filter-out %-true.png, $(filter-out %-mono.png, $^)) \
|
-4 $(filter-out %-true.png, $(filter-out %-mono.png, $^)) \
|
||||||
-1 $(filter %-mono.png, $^) > $@
|
-1 $(filter %-mono.png, $^) > $@
|
||||||
|
@ -795,7 +795,7 @@ def puttygen_icon(size):
|
|||||||
def pscp_icon(size):
|
def pscp_icon(size):
|
||||||
return xybolt(document(size), computer(size), size)
|
return xybolt(document(size), computer(size), size)
|
||||||
|
|
||||||
def installer_icon(size):
|
def puttyins_icon(size):
|
||||||
aret = {}
|
aret = {}
|
||||||
# The box back goes behind the lightning bolt.
|
# The box back goes behind the lightning bolt.
|
||||||
canvas = xybolt(boxback(size), computer(size), size, boltoffx=-2, boltoffy=+1, aux=aret)
|
canvas = xybolt(boxback(size), computer(size), size, boltoffx=-2, boltoffy=+1, aux=aret)
|
||||||
|
@ -23,7 +23,7 @@ AppPublisherURL=http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
|||||||
AppReadmeFile={app}\README.txt
|
AppReadmeFile={app}\README.txt
|
||||||
DefaultDirName={pf}\PuTTY
|
DefaultDirName={pf}\PuTTY
|
||||||
DefaultGroupName=PuTTY
|
DefaultGroupName=PuTTY
|
||||||
SetupIconFile=installer.ico
|
SetupIconFile=puttyins.ico
|
||||||
UninstallDisplayIcon={app}\putty.exe
|
UninstallDisplayIcon={app}\putty.exe
|
||||||
ChangesAssociations=yes
|
ChangesAssociations=yes
|
||||||
;ChangesEnvironment=yes -- when PATH munging is sorted (probably)
|
;ChangesEnvironment=yes -- when PATH munging is sorted (probably)
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user