From 69473b4645a3fcddb8aed14ab2f44fa9076d4aba Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 8 Oct 2013 20:21:36 +0000 Subject: [PATCH] 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 --- packaging/nsis/wireshark.nsi | 4 ---- 1 file changed, 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"