Skip to content

Commit 4d5fee3

Browse files
authored
fix: Specify function scope
Resolve #4444 (comment)
1 parent 2ec00d5 commit 4d5fee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/depends.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function install_deps($manifest, $arch) {
8989
if (!(Test-HelperInstalled -Helper Innounp) -and $manifest.innosetup) {
9090
$deps += 'innounp'
9191
}
92-
if (!(Test-HelperInstalled -Helper Zstd) -and (Test-ZstdRequirement -URL (url $manifest $arch))) {
92+
if (!(Test-HelperInstalled -Helper Zstd) -and (Test-ZstdRequirement -URL (script:url $manifest $arch))) {
9393
$deps += 'zstd'
9494
}
9595

0 commit comments

Comments
 (0)