File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1000,7 +1000,10 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
1000
1000
-restore ^
1001
1001
-p:Configuration=Release ^
1002
1002
-p:BaseOutputPath=%PackageRoot% \installer\ ^
1003
- -p:MSI_LOCATION=%PackageRoot% \
1003
+ -p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
1004
+ -p:PLATFORM_ROOT=%PlatformRoot% \ ^
1005
+ -p:SDK_ROOT=%SDKInstallRoot% \ ^
1006
+ -p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
1004
1007
:: TODO(compnerd) actually perform the code-signing
1005
1008
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\installer\installer.exe
1006
1009
You can’t perform that action at this time.
0 commit comments