Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Looks promising. If you want to make executables for various platforms instead of just source tarballs, feel free to crib from my Makefile; it can do Windows exes, Mac apps, and GNU/Linux AppImage builds from love2d games. https://gitlab.com/technomancy/goo-runner/blob/master/makefile

Thanks! Are you using the newer rewrite of love-release in Lua? I downloaded the love-release script that was linked in the Makefile, but couldn't get it to work

I'm generating the love file and appimage myself and using the old shell script version of love-release to handle the mac and windows builds.