Skip to content

Commit

Permalink
fix(depends): don't force adding dark dependency (ScoopInstaller#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chawye Hsu authored and r15ch13 committed May 12, 2019
1 parent 71f5044 commit bed78ce
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 bed78ce

Please sign in to comment.