diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 07:17:20 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 07:17:20 +0200 |
commit | 99282a48215309cc8993d76e6c2f59bc76925f17 (patch) | |
tree | 7077ced411a64187894a7b4ab55e54fcb0a8417d | |
parent | e8ca68f6434e940fe1e441e4a5f1fd4e0a903a77 (diff) |
add small xchat logo to the installer
-rw-r--r-- | build/bitmaps/wizardimage.bmp (renamed from xchat.bmp) | bin | 52062 -> 52062 bytes | |||
-rw-r--r-- | build/bitmaps/wizardsmallimage.bmp | bin | 0 -> 9798 bytes | |||
-rw-r--r-- | build/xchat-wdk.iss | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/xchat.bmp b/build/bitmaps/wizardimage.bmp index 9f5a4c90..9f5a4c90 100644 --- a/xchat.bmp +++ b/build/bitmaps/wizardimage.bmp Binary files differdiff --git a/build/bitmaps/wizardsmallimage.bmp b/build/bitmaps/wizardsmallimage.bmp new file mode 100644 index 00000000..1bb8b790 --- /dev/null +++ b/build/bitmaps/wizardsmallimage.bmp Binary files differdiff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 9aacda13..9d9d2b67 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -9,7 +9,8 @@ AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny AppSupportURL=http://code.google.com/p/xchat-wdk/issues/list AppUpdatesURL=http://code.google.com/p/xchat-wdk/wiki/InfoXChat -WizardImageFile=c:\mozilla-build\build\xchat-wdk\xchat.bmp +WizardImageFile=c:\mozilla-build\build\xchat-wdk\build\bitmaps\wizardimage.bmp +WizardSmallImageFile=c:\mozilla-build\build\xchat-wdk\build\bitmaps\wizardsmallimage.bmp SetupIconFile=c:\mozilla-build\build\xchat-wdk\xchat.ico LicenseFile=COPYING UninstallDisplayIcon={app}\xchat.exe |