aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-15 06:12:51 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-15 06:12:51 +0000
commita3f65d3680e87abd830ca8b292b88908b95c838a (patch)
treece80da3cd2d0d78196eadfec550f4da51602961f /packaging
parent85b3da7c63ce310fa58c595526af4a932ece3988 (diff)
Try a experimental gtk3 build
svn path=/trunk/; revision=45551
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index b5a9073575..5869ecf4d4 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -19,7 +19,7 @@ SetCompressor /SOLID lzma
; ============================================================================
; The file to write
-OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
+OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-gtk3-${VERSION}.exe"
; Installer icon
Icon "..\..\image\wiresharkinst.ico"