File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1022,7 +1022,7 @@ function Get-Dependencies {
1022
1022
Expand-Archive - Path $source - DestinationPath $destination - Force
1023
1023
}
1024
1024
1025
- function Export -Toolchain {
1025
+ function Extract -Toolchain {
1026
1026
param
1027
1027
(
1028
1028
[string ]$InstallerExeName ,
@@ -1091,7 +1091,7 @@ function Get-Dependencies {
1091
1091
1092
1092
# TODO(compnerd) stamp/validate that we need to re-extract
1093
1093
New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains | Out-Null
1094
- Export -Toolchain " $PinnedToolchain .exe" $BinaryCache $PinnedToolchain
1094
+ Extract - Toolchain " $PinnedToolchain .exe" $BinaryCache $PinnedToolchain
1095
1095
1096
1096
function Get-KnownPython ([string ] $ArchName ) {
1097
1097
if (-not $KnownPythons.ContainsKey ($PythonVersion )) {
You can’t perform that action at this time.
0 commit comments