diff options
author | Joerg Mayer <jmayer@loplof.de> | 2014-07-21 03:09:22 +0200 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2014-07-21 01:10:25 +0000 |
commit | 494092a4181e24dc039e9f8edbe9a07edeeeb866 (patch) | |
tree | d5303b5fff9200029cdf850704b4d7e05515b71f /packaging/portableapps | |
parent | 075ac2e7f57c38e40b3daad61561ef2b26c9bd87 (diff) | |
download | wireshark-494092a4181e24dc039e9f8edbe9a07edeeeb866.tar.gz wireshark-494092a4181e24dc039e9f8edbe9a07edeeeb866.tar.bz2 wireshark-494092a4181e24dc039e9f8edbe9a07edeeeb866.zip |
One more place with win32-setup.sh -> win-setup.sh
Change-Id: Id6738d06470da81dd18d0e80e474c9ca64169d03
Reviewed-on: https://code.wireshark.org/review/3145
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'packaging/portableapps')
-rw-r--r-- | packaging/portableapps/win32/Makefile.nmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/portableapps/win32/Makefile.nmake b/packaging/portableapps/win32/Makefile.nmake index edcac31322..b9213b6ff6 100644 --- a/packaging/portableapps/win32/Makefile.nmake +++ b/packaging/portableapps/win32/Makefile.nmake @@ -105,8 +105,8 @@ source: WiresharkPortable.ini findprocdll: if not exist $(FINDPROCDLL) \ - @$(SH) ../../../tools/win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ - $(NSIS_PLUGINS) FindProc.zip + @$(SH) ../../../tools/win-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIB_DIR)" \ + $(NSIS_PLUGINS) FindProc.zip "$(DOWNLOAD_TAG)" WiresharkPortable-$(VERSION).paf.exe : dirs appinfo nsis-bits pack source Files/WiresharkPortable.exe Installer.nsi |