RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
277 stars 75 forks source link

Any reason FileDownload is windows only? #98

Open TylerLeonhardt opened 5 years ago

TylerLeonhardt commented 5 years ago

I would think we could just use the web cmdlets here?

I wanted to use FileDownload in a project but sadly can't because it's windows only :(

RamblingCookieMonster commented 5 years ago

Nope! We could definitely swap that out for something xplat, or just add some conditional logic per patform!