summaryrefslogtreecommitdiff
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-08 20:21:36 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-08 20:21:36 +0000
commit69473b4645a3fcddb8aed14ab2f44fa9076d4aba (patch)
tree17475a844d1847c19126551fd03b6890c2577521 /packaging/nsis
parentb505bb7db60806b724a9c25304e9a505ae4263dd (diff)
downloadwireshark-69473b4645a3fcddb8aed14ab2f44fa9076d4aba.tar.gz
Use a plain package name even if we're building with GTK3. Hopefully
we're beyond the "experimental" stage now. svn path=/trunk/; revision=52453
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/wireshark.nsi4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 2d159e3d45..c961a5a544 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -20,11 +20,7 @@ SetCompressorDictSize 64 ; MB
; ============================================================================
; The file to write
-!if ${GTK_NAME} == "gtk3"
-OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-gtk3-${VERSION}.exe"
-!else
OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
-!endif
; Installer icon
Icon "..\..\image\wiresharkinst.ico"