https://github.com/bytecurdler/lovely
A packager for Linux to AppImage, Windows, macOS
https://github.com/bytecurdler/lovely
build-tool game love love2d love2d-framework love2d-game
Last synced: 29 days ago
JSON representation
A packager for Linux to AppImage, Windows, macOS
- Host: GitHub
- URL: https://github.com/bytecurdler/lovely
- Owner: ByteCurdler
- License: zlib
- Created: 2020-12-03T19:41:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T23:14:54.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:51:29.526Z (3 months ago)
- Topics: build-tool, game, love, love2d, love2d-framework, love2d-game
- Language: Python
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LÖVEly
A packager for LÖVE to AppImage, Windows, macOS# Usage
```
python3 lovely.py [-i/--id ] [-n/--name ] [-p/--package ]
```where:
- is a .love file or a folder
- is a string used as filenames, eg. "MyGreatGame"
- is the display name of the game, eg. "My Great Game"
- is a macOS/Android package name, eg. "com.example.mygreatgame"## Untested builds:
- All macOS builds
- Windows 32-bit (64-bit tested with WineHQ)
- Linux i686 build