summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-17 23:34:52 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-17 23:34:52 (GMT)
commite8ef95e3ba0bfdb699b3fdae9de685f7cc343615 (patch)
tree795cb823a6a3eb0cb31075ec751512f7f8ae012f /Tools
parentf4fc1d12eceb48b9d68a6d6acee9a394e131b09d (diff)
parent7e3dfd1548a5799636d93de4d32819cadef903be (diff)
downloadcpython-e8ef95e3ba0bfdb699b3fdae9de685f7cc343615.zip
cpython-e8ef95e3ba0bfdb699b3fdae9de685f7cc343615.tar.gz
cpython-e8ef95e3ba0bfdb699b3fdae9de685f7cc343615.tar.bz2
Fixes bad merge for issue #28110
Diffstat (limited to 'Tools')
-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 43ac7a8..060c601 100644
--- a/Tools/msi/buildrelease.bat
+++ b/Tools/msi/buildrelease.bat
@@ -169,6 +169,7 @@ if not "%SKIPBUILD%" EQU "1" (
)
set BUILDOPTS=/p:Platform=%1 /p:BuildForRelease=true /p:DownloadUrl=%DOWNLOAD_URL% /p:DownloadUrlBase=%DOWNLOAD_URL_BASE% /p:ReleaseUri=%RELEASE_URI%
+msbuild "%D%launcher\launcher.wixproj" /p:Platform=x86 %CERTOPTS% /p:ReleaseUri=%RELEASE_URI%
msbuild "%D%bundle\releaselocal.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=true
if errorlevel 1 exit /B
msbuild "%D%bundle\releaseweb.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=false