love-export is a script that exports LOVE2D games to desktop
Run the following in terminal (windows users need WSL or Cygwin)
curl -s -L https://github.com/dmoa/love-export/releases/download/v1.2/install.sh | bash
zip
unzip
love-export -IL # Installs LOVE2D, recommended version: 11.3
love-export -W # Windows
love-export -M # Mac
love-export -L # Linux
love-export -D # Windows, Mac, and Linux
love-export -LF # .love file
love-export -S # source code
love-export -H # print available commands
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.