Hi everyone!
I was just about to set out to build some automation around getting the latest daily build and installing it on Mac OSX, and I realized theres no predictable link to pull in the latest daily.
Seems easy enough to fix:
Can you please add some permanent urls like http://coronalabs.com/daily-builds/latest/CoronaSDK.ext that always point to the latest versions of your various products.
Bonus points:
A JSON endpoint that reports the status of a given version, so if problems get detected in a daily, hitting this endpoint before any automatic updating will let my automation know not to download the latest version because its unstable.
OR:
A full JSON endpoint like http://api.coronalabs.com/daily-builds that would return paginated results with version numbers, URLs, descriptions, notes url, etc. Ordered by latest release, so the first result in the set is reliably the latest version.
Given those things, I’d be happy to write a script that could auto-update CSDK that folks could use.
Thanks!
M.