mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
This commit is contained in:
parent
85848475fe
commit
1656cf7fa7
@ -150,9 +150,9 @@ function vcpkgExtractFile( [Parameter(Mandatory=$true)][string]$file,
|
|||||||
[Parameter(Mandatory=$true)][string]$outFilename)
|
[Parameter(Mandatory=$true)][string]$outFilename)
|
||||||
{
|
{
|
||||||
vcpkgCreateDirectoryIfNotExists $destinationDir
|
vcpkgCreateDirectoryIfNotExists $destinationDir
|
||||||
$output = "$destinationDir/$outFilename"
|
$output = "$destinationDir\$outFilename"
|
||||||
vcpkgRemoveItem $output
|
vcpkgRemoveItem $output
|
||||||
$destinationPartial = "$destinationDir/partially-extracted"
|
$destinationPartial = "$destinationDir\partially-extracted"
|
||||||
|
|
||||||
vcpkgRemoveItem $destinationPartial
|
vcpkgRemoveItem $destinationPartial
|
||||||
vcpkgCreateDirectoryIfNotExists $destinationPartial
|
vcpkgCreateDirectoryIfNotExists $destinationPartial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user