kevva / bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override URLs

kevva opened this issue · comments

URLs should be overridden when defining platform and arch.

bin
    .addUrl('url')
    .addUrl('url2', 'linux')
    .addUrl('url3', 'linux', 'x64');