Skip to content

Commit 5b58cd2

Browse files
committed
Use 0.0.0 for Runtime on Swift 5.10.1 installer
1 parent 46cc777 commit 5b58cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ function Fetch-Dependencies {
649649
Write-Output "Extracting $PinnedToolchain ..."
650650
New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache\toolchains | Out-Null
651651
# The new runtime MSI is built to expand files into the immediate directory. So, setup the installation location.
652-
New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache\toolchains\$PinnedToolchain\LocalApp\Programs\Swift\Runtimes\5.10.1\usr\bin | Out-Null
652+
New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache\toolchains\$PinnedToolchain\LocalApp\Programs\Swift\Runtimes\0.0.0\usr\bin | Out-Null
653653
Invoke-Program $BinaryCache\WiX-$WiXVersion\tools\net6.0\any\wix.exe -- burn extract $BinaryCache\$PinnedToolchain.exe -out $BinaryCache\toolchains\ -outba $BinaryCache\toolchains\
654654
Get-ChildItem "$BinaryCache\toolchains\WixAttachedContainer" -Filter "*.msi" | % {
655655
$LogFile = [System.IO.Path]::ChangeExtension($_.Name, "log")

0 commit comments

Comments
 (0)