Love Builder - Love2D Packaging Bash Script
Posted: Sat Jun 13, 2020 8:49 am
Love Builder is a command line tool used for easily packaging Love games for Windows, Mac and Linux.
What separates it from the other distribution tools is the ability to change icons of .exe files, AppImage Linux support and being easy to use.
You're gonna need Linux (potentially Windows Subsystem for Linux) to run this script.
For changing .exe icons, please make sure you have Wine installed.
Usage
Github Repository
If you think the tool is missing any features, please let me know.
What separates it from the other distribution tools is the ability to change icons of .exe files, AppImage Linux support and being easy to use.
You're gonna need Linux (potentially Windows Subsystem for Linux) to run this script.
For changing .exe icons, please make sure you have Wine installed.
Usage
- Make the script executable
Code: Select all
chmod +x build.sh
- Run the script
Or
Code: Select all
./build.sh <path_to_love_file>
Code: Select all
./build.sh <path_to_love_file> [path_to_icon]
- Enjoy
Your packages get put into a folder called build.
Github Repository
If you think the tool is missing any features, please let me know.