Skip to content

Commit 804ec3c

Browse files
Update path to runtime msi wixproj in the Windows build
1 parent 76feb8c commit 804ec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\sdk\sdk.wixproj ^
989989
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
990990

991991
:: Package runtime.msi
992-
msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\runtime\runtime.wixproj ^
992+
msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\runtimemsi\runtimemsi.wixproj ^
993993
-restore ^
994994
-p:Configuration=Release ^
995995
-p:IntermediateOutputPath=%PackageRoot%\runtime\ ^

0 commit comments

Comments
 (0)