aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-01-10 16:27:09 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-01-10 16:27:09 +0000
commitb808a5f5e6ab632c00d4dcd5ad822ec8885ac648 (patch)
tree1b0f2bafc10a1ec720ffc68b0628bdee7dbbab46 /packaging/portableapps
parente0424dde5d3b215be7140d6f11c102f3e2178105 (diff)
Revert back to NSIS from NSIS Unicode to resolve bug 5558.
svn path=/trunk/; revision=35455
Diffstat (limited to 'packaging/portableapps')
-rw-r--r--packaging/portableapps/win32/makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/portableapps/win32/makefile.nmake b/packaging/portableapps/win32/makefile.nmake
index 9affb50c35..ccecb499ba 100644
--- a/packaging/portableapps/win32/makefile.nmake
+++ b/packaging/portableapps/win32/makefile.nmake
@@ -102,14 +102,14 @@ findprocdll:
WiresharkPortable-$(VERSION).paf.exe : dirs appinfo nsis-bits pack source Files/WiresharkPortable.exe Installer.nsi
- $(MAKENSIS_UNICODE) \
+ $(MAKENSIS) \
/DVERSION=$(PAPPS_VERSION) \
/DWSVERSION=$(VERSION) \
/DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \
Installer.nsi
Files/WiresharkPortable.exe : WiresharkPortable.nsi findprocdll
- $(MAKENSIS_UNICODE) \
+ $(MAKENSIS) \
/DVERSION=$(PAPPS_VERSION) \
/DWSVERSION=$(VERSION) \
/DEXTRA_PLUGINS="$(WIRESHARK_LIBS)\$(NSIS_PLUGINS)" \