Skip to content

Commit

Permalink
feat(local-build): add note about NanaZip
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Aug 8, 2024
1 parent b444adf commit cbb5375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/local-build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (Get-Command '7z' -EA 0) {
} elseif (!$IsLinux -and !$IsMacOS -and (Test-Path "$([Environment]::GetFolderPath('ProgramFiles'))\7-Zip\7z.exe")) {
$7zPath = "$([Environment]::GetFolderPath('ProgramFiles'))\7-Zip\7z.exe"
} else {
throw "This script requires 7-Zip to be installed to continue."
throw "This script requires 7-Zip or NanaZip to be installed to continue."
}

# check if playbook dir
Expand Down

0 comments on commit cbb5375

Please sign in to comment.