diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-05 04:27:03 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-05 04:27:03 (GMT) |
commit | 2856332f5efa28c2abf9805cfdfdbf10b733b231 (patch) | |
tree | ddccca83fcd29130c1b13f63899b67ab045499a9 /Tools/msi/buildrelease.bat | |
parent | 3e2500d6db07b7b0e0a8ee7adb684d3f147e52b5 (diff) | |
download | cpython-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.bat | 1 |
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 |