aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-04-17 10:32:26 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-17 08:40:38 +0000
commita8efae3be552df2402fa322bfee82365ac33a052 (patch)
treed7df7ad4b51a1ff5d0dc0ad0c53cb5f5eac53b7a /packaging/portableapps
parent9992063c6faadb7027335e95fefcf5f6688b6ba0 (diff)
Do not package debug files when building PortableApps.com installer with (the soon to be dead) nmake
Change-Id: Ifd6fc71cebe6db06923e2d764cb415bf5b2ed025 Reviewed-on: https://code.wireshark.org/review/8106 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'packaging/portableapps')
-rw-r--r--packaging/portableapps/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/portableapps/Makefile.nmake b/packaging/portableapps/Makefile.nmake
index 5ffaeb954e..2a9af43365 100644
--- a/packaging/portableapps/Makefile.nmake
+++ b/packaging/portableapps/Makefile.nmake
@@ -90,7 +90,7 @@ applauncher: appinfo
$(MAKEDIR)\$(PROGRAM_PORTABLE)
appbinaries: applauncher
- xcopy $(TOPDIR)\wireshark-qt-release $(WIRESHARK_DIR) /D /I /E /Y
+ xcopy $(TOPDIR)\wireshark-qt-release $(WIRESHARK_DIR) /D /I /E /Y /exclude:xcopy-deploy-exclude.txt
xcopy $(TOPDIR)\capinfos.exe $(WIRESHARK_DIR) /d
xcopy $(TOPDIR)\captype.exe $(WIRESHARK_DIR) /d
xcopy $(TOPDIR)\dumpcap.exe $(WIRESHARK_DIR) /d