GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 300 forks source link

Support redirecting to GitHubs artifact download URL #39

Closed MarshallOfSound closed 8 years ago

MarshallOfSound commented 8 years ago

This PR adds the ability to redirect the download to Github's URL

This doesn't affect default the default behaviour but it is very useful for Open Source projects who don't want to front hosting / bandwidth costs.

Fixes #38

/cc @SamyPesse

SamyPesse commented 8 years ago

I've implemented this in the backend github.

MarshallOfSound commented 8 years ago

Thanks :+1: