aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/wireshark.nsi
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-11 18:23:02 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-11 18:23:02 +0000
commita0afeb9ccee0b8a20e77a3a6832b0824818f4384 (patch)
tree8e0324366b892edcf3cf987f8d9b9fe7a71c5871 /packaging/nsis/wireshark.nsi
parent0d446ae826ff8d8ff827d770726aecf8dd187b15 (diff)
Convert more PLATFORMs to WIRESHARK_TARGET_PLATFORM.
svn path=/trunk/; revision=27702
Diffstat (limited to 'packaging/nsis/wireshark.nsi')
-rw-r--r--packaging/nsis/wireshark.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 401b4dd448..50f7f2c4a5 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -26,7 +26,7 @@ InstType "un.All (remove all)"
; ============================================================================
; The name of the installer
!define PROGRAM_NAME "Wireshark"
-!if ${PLATFORM} == "win32"
+!if ${WIRESHRK_TARGET_PLATFORM} == "win32"
!define BITS 32
!else
!define BITS 64
@@ -35,7 +35,7 @@ InstType "un.All (remove all)"
Name "${PROGRAM_NAME} ${VERSION} (${BITS}-bit)"
; The file to write
-OutFile "wireshark-${PLATFORM}-${VERSION}.exe"
+OutFile "wireshark-${WIRESHRK_TARGET_PLATFORM}-${VERSION}.exe"
; Icon of installer and uninstaller
Icon "..\..\image\wiresharkinst.ico"