Skip to content

Commit

Permalink
feat: compatible with PSCX (ScoopInstaller#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveneeley authored and h404bi committed May 2, 2019
1 parent 53cae4f commit fea0223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function Expand-Zipfile {
}

# PowerShell 5+: use Expand-Archive to extract zip files
Expand-Archive -Path $path -DestinationPath $to -Force
Microsoft.PowerShell.Archive\Expand-Archive -Path $path -DestinationPath $to -Force
}

function Import-ScoopShim($path) {
Expand Down

0 comments on commit fea0223

Please sign in to comment.