Skip to content

Commit

Permalink
Sync hotfix ScoopInstaller#3453 to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed May 12, 2019
2 parents 71f5044 + bed78ce commit b1a09e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/depends.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ function install_deps($manifest, $arch) {
if (!(Test-HelperInstalled -Helper Innounp) -and $manifest.innosetup) {
$deps += 'innounp'
}
if (!(Test-HelperInstalled -Helper Dark)) {
$deps += 'dark'
}

$pre_install = arch_specific 'pre_install' $manifest $arch
$installer = arch_specific 'installer' $manifest $arch
Expand Down

0 comments on commit b1a09e6

Please sign in to comment.