Downloading latest Bob (SOLVED)

Hi,

Is there a way to automatically download the latest release of Bob? Is there a URL that I can ping a GET request to or something like that? I’m not hugely keen on making a script that interrogates the download page to work out the most recent release and then scrape the URL that way as that feels a bit brittle.

Cheers!

1 Like

Hi! http://d.defold.com/stable/info.json contains the SHA1 of the latest stable release. And the URL to Bob would be http://d.defold.com/archive/[sha1]/bob/bob.jar

3 Likes

Great! That’ll do nicely, thanks!

1 Like