beardypig / streamlink-portable

A script to build a portable version of Streamlink for Windows
Apache License 2.0
77 stars 18 forks source link

Portable nightlies : Latest changes not included #4

Closed karlo2105 closed 7 years ago

karlo2105 commented 7 years ago

I would like to point out your portable version didn't include the latest Streamlink merging changes. For instance ceskatelevize plugin is not included.

beardypig commented 7 years ago

Unfortunately the latest portable build was made before that was merged, the commit that it was built from was 3253063.

The nightly is only built once per day, at around 17:00 UTC - it's not easy to control when travis schedules it thought. I might go back to triggering the build every hour via a cron job on my server.

karlo2105 commented 7 years ago

Thanks for explanation. I thought it was automatically built when the latest changes are committed to master.

beardypig commented 7 years ago

No, there is no link between the build of streamlink and the build of streamlink-portable, unfortunately.

beardypig commented 7 years ago

I have updated my trigger build script and set it to run every 5 minutes, so the portable builds should only be 5 minutes behind the latest commit on streamlink.