keith-packard / snek

Snek programming language for tiny systems
GNU General Public License v3.0
294 stars 30 forks source link

Release binary files in releases? #29

Closed zoobab closed 4 years ago

zoobab commented 4 years ago

Would it be possible to release binary files when you make releases?

Like provide on .bin file to flash on an ESP32 for example...

keith-packard commented 4 years ago

You bet. I already do this for the Debian package; creating a stand-alone zip file will be easy.

keith-packard commented 4 years ago

Oh, that reminds me -- did you see the 'dist' directory on sneklang.org? That has windows/mac/linux bits all packaged and ready to use.

sneklang/dist

I'll be adding a simple zipfile with just the portable bits to that in the future.

keith-packard commented 4 years ago

All done. Next release will include snek-1.4.zip