mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-12 16:35:49 +00:00
+1
-1
@@ -215,7 +215,7 @@ function Expand-DarkArchive {
|
||||
$Removal
|
||||
)
|
||||
$LogLocation = "$(Split-Path $Path)\dark.log"
|
||||
& (Get-HelperPath -Helper Dark) -nologo -x "$DestinationPath" "$Path" | Out-File $LogLocation
|
||||
& (Get-HelperPath -Helper Dark) -nologo -x "$Path" "$DestinationPath" | Out-File $LogLocation
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
abort "Failed to extract files from $Path.`nLog file:`n $(friendly_path $LogLocation)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user