A repository with my custom set of release routines (for Linux, MacOS and CygWin devs)
My love-release script creates executable releases for most major OSs(Windows 32bit and 64bit, MAC OSX and Linux), based simply on the instructions provided in the LOVE2D wiki, including AppImage.
./love-release.sh [(--mac|--linux|--win32|--win64|--nozip|--keep)...] <.LOVE package>
- nozip keeps the release as is, instead of creating a ZIP package by the end
- keep will not remove the files from the tmp folder after creating the release directories
- mac|linux|win32|in64 specified the releases to be generated (specify none to generate for all platforms)