Use a plain package name even if we're building with GTK3. Hopefully
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Oct 2013 20:21:36 +0000 (20:21 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Oct 2013 20:21:36 +0000 (20:21 +0000)
we're beyond the "experimental" stage now.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52453 f5534014-38df-0310-8fa8-9805f1628bb7

packaging/nsis/wireshark.nsi

index 2d159e3d4551b5c90b1f0a8efde523055c10d457..c961a5a544177da123dca1c2287d9b297ce1b7cc 100644 (file)
@@ -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"