Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e3dfd1

Browse files
committed
Fixes bad merge for issue #28110
1 parent 7358efa commit 7e3dfd1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/msi/buildrelease.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if not "%SKIPBUILD%" EQU "1" (
171171
)
172172

173173
set BUILDOPTS=/p:Platform=%1 /p:BuildForRelease=true /p:DownloadUrl=%DOWNLOAD_URL% /p:DownloadUrlBase=%DOWNLOAD_URL_BASE% /p:ReleaseUri=%RELEASE_URI%
174+
msbuild "%D%launcher\launcher.wixproj" /p:Platform=x86 %CERTOPTS% /p:ReleaseUri=%RELEASE_URI%
174175
msbuild "%D%bundle\releaselocal.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=true
175176
if errorlevel 1 exit /B
176177
msbuild "%D%bundle\releaseweb.wixproj" /t:Rebuild %BUILDOPTS% %CERTOPTS% /p:RebuildAll=false

0 commit comments

Comments
 (0)