]> granicus.if.org Git - python/commitdiff
Fixes bad merge for issue #28110
authorSteve Dower <steve.dower@microsoft.com>
Sat, 17 Sep 2016 23:34:38 +0000 (16:34 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 17 Sep 2016 23:34:38 +0000 (16:34 -0700)
Tools/msi/buildrelease.bat

index 710acaccd6f50f7dea43883b942d0fd0cc76c669..c672dd0a050901f98b055cb6c371772e19d7ce4a 100644 (file)
@@ -171,6 +171,7 @@ if not "%SKIPBUILD%" EQU "1" (
 )\r
 \r
 set BUILDOPTS=/p:Platform=%1 /p:BuildForRelease=true /p:DownloadUrl=%DOWNLOAD_URL% /p:DownloadUrlBase=%DOWNLOAD_URL_BASE% /p:ReleaseUri=%RELEASE_URI%\r
+msbuild "%D%launcher\launcher.wixproj" /p:Platform=x86 %CERTOPTS% /p:ReleaseUri=%RELEASE_URI%\r
 msbuild "%D%bundle\releaselocal.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=true\r
 if errorlevel 1 exit /B\r
 msbuild "%D%bundle\releaseweb.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=false\r