aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2010-10-29 15:57:47 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2010-10-29 15:57:47 +0000
commit61d26e2c7b693c7288f5eb0e6061ce2650c5eb7a (patch)
tree22394c084d38bdd39334d40d49ee0223d45b6b31 /packaging
parentaac7d5596ef53fbee1ba7001d5d7e2424bcbbaf1 (diff)
Use Wireshark installer icon for portable apps installer. Fixes bug 4374.
svn path=/trunk/; revision=34687
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/portableapps/win32/Installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/win32/Installer.nsi b/packaging/portableapps/win32/Installer.nsi
index 54b5db0573..3b87defce6 100755
--- a/packaging/portableapps/win32/Installer.nsi
+++ b/packaging/portableapps/win32/Installer.nsi
@@ -77,7 +77,7 @@ RequestExecutionLevel user
Icon "Files\App\AppInfo\appicon.ico"
;=== Icon & Stye ===
-!define MUI_ICON "Files\App\AppInfo\appicon.ico"
+!define MUI_ICON "..\..\..\image\wiresharkinst.ico"
BrandingText "PortableApps.com - Your Digital Life, Anywhere™"
;=== Pages