summaryrefslogtreecommitdiffstats
path: root/Tools/msi/buildrelease.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-03-05 04:27:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-03-05 04:27:03 (GMT)
commit2856332f5efa28c2abf9805cfdfdbf10b733b231 (patch)
treeddccca83fcd29130c1b13f63899b67ab045499a9 /Tools/msi/buildrelease.bat
parent3e2500d6db07b7b0e0a8ee7adb684d3f147e52b5 (diff)
downloadcpython-2856332f5efa28c2abf9805cfdfdbf10b733b231.zip
cpython-2856332f5efa28c2abf9805cfdfdbf10b733b231.tar.gz
cpython-2856332f5efa28c2abf9805cfdfdbf10b733b231.tar.bz2
Add scripts for uploading Windows builds to a Linux server using pscp
Diffstat (limited to 'Tools/msi/buildrelease.bat')
-rw-r--r--Tools/msi/buildrelease.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/buildrelease.bat b/Tools/msi/buildrelease.bat
index 3f2a94a..09c63a6 100644
--- a/Tools/msi/buildrelease.bat
+++ b/Tools/msi/buildrelease.bat
@@ -140,6 +140,7 @@ if not "%OUTDIR%" EQU "" (
copy /Y "%BUILD%en-us\*.cab" "%OUTDIR%\%OUTDIR_PLAT%"
copy /Y "%BUILD%en-us\*.exe" "%OUTDIR%\%OUTDIR_PLAT%"
copy /Y "%BUILD%en-us\*.msi" "%OUTDIR%\%OUTDIR_PLAT%"
+ copy /Y "%BUILD%en-us\*.msu" "%OUTDIR%\%OUTDIR_PLAT%"
)
exit /B 0