Add vendor/bin to pkg directories, should let us get appbundler.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-09-17 16:52:31 -07:00
parent 76cf8aafea
commit 0ca4e66bc6

View file

@ -13,7 +13,8 @@ $pkg_deps=@(
"core/cacerts"
"robbkidd/ruby-plus-devkit/2.6.3"
)
$pkg_bin_dirs=@("bin")
$pkg_bin_dirs=@("bin"
"vendor/bin")
$project_root= (Resolve-Path "$PLAN_CONTEXT/../").Path
function Invoke-SetupEnvironment {