File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -978,11 +978,11 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\sdk\sdk.wixproj ^
978
978
:: TODO(compnerd) actually perform the code-signing
979
979
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
980
980
981
- :: Package runtime .msi
982
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\runtimemsi\runtimemsi .wixproj ^
981
+ :: Package rtl .msi
982
+ msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\rtl\msi\rtlmsi .wixproj ^
983
983
-restore ^
984
984
-p:Configuration=Release ^
985
- -p:BaseOutputPath=%PackageRoot% \runtime \ ^
985
+ -p:BaseOutputPath=%PackageRoot% \rtl \ ^
986
986
-p:SDK_ROOT=%SDKInstallRoot% \
987
987
:: TODO(compnerd) actually perform the code-signing
988
988
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\runtime\runtime.msi
@@ -993,7 +993,7 @@ move %PackageRoot%\cli\Release\amd64\cli.msi %PackageRoot% || (exit /b)
993
993
move %PackageRoot% \dbg\Release\amd64\dbg.msi %PackageRoot% || (exit /b)
994
994
move %PackageRoot% \ide\Release\amd64\ide.msi %PackageRoot% || (exit /b)
995
995
move %PackageRoot% \sdk\Release\amd64\sdk.msi %PackageRoot% || (exit /b)
996
- move %PackageRoot% \runtime \Release\amd64\runtime .msi %PackageRoot% || (exit /b)
996
+ move %PackageRoot% \rtl \Release\amd64\rtl .msi %PackageRoot% || (exit /b)
997
997
998
998
:: Build Installer
999
999
msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\bundle\installer.wixproj ^
You can’t perform that action at this time.
0 commit comments