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
This commit is contained in:
Gerald Combs 2013-10-08 20:21:36 +00:00
parent b505bb7db6
commit 69473b4645
1 changed files with 0 additions and 4 deletions

View 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"