aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-16 17:36:40 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-16 17:36:40 +0000
commit98080036b614c4818c342879b12290384c685ff7 (patch)
treeeec9176fef4956be77d7d99930c05a694707bc5a /packaging
parent54192cbe7d9215ca932263f02c7ecdd344f151be (diff)
Capitalize "Wireshark" in various package names.
svn path=/trunk/; revision=41621
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
-rw-r--r--packaging/u3/win32/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index ecb3f35105..235b92c620 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -49,7 +49,7 @@ VIProductVersion "${PRODUCT_VERSION}"
; The file to write
-OutFile "wireshark-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
+OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
; Icon of installer and uninstaller
Icon "..\..\image\wiresharkinst.ico"
diff --git a/packaging/u3/win32/Makefile.nmake b/packaging/u3/win32/Makefile.nmake
index e7500613cd..749e692337 100644
--- a/packaging/u3/win32/Makefile.nmake
+++ b/packaging/u3/win32/Makefile.nmake
@@ -95,7 +95,7 @@ test: pack
wireshark.bat -D
package: verify-tools test
- zip -r wireshark-$(VERSION).u3p $(MANIFEST) $(DEVICE) $(DATA) $(HOST) wireshark.bat
+ zip -r Wireshark-$(VERSION).u3p $(MANIFEST) $(DEVICE) $(DATA) $(HOST) wireshark.bat
CFLAGS = -DWINPCAP_PACKAGE="\"\\\\WinPcap_$(PCAP_VERSION).exe\""