summaryrefslogtreecommitdiff
path: root/packaging/nsis/wireshark.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/nsis/wireshark.nsi')
-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"