EZBuild is a python build system meant to help Unity developers generate multi-platform builds and upload those builds to storefronts, like Itch.io and Steam.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Install
butlerif you want to make Itch.io builds - Install
steamcmdif you want to make Steam builds
- Software dependencies
- Latest releases
- API references
source venv/bin/activate python ezbuild
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*