/love-export

Export games made in LOVE2D to Windows, Mac, and Linux

Primary LanguageShellGNU General Public License v3.0GPL-3.0

love-export

love-export is a script that exports LOVE2D games to desktop

Installation

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

Dependencies

zip
unzip

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL