Skip to content

zappy-dev/EZBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:

  1. Installation process
  • Install butler if you want to make Itch.io builds
  • Install steamcmd if you want to make Steam builds
  1. Software dependencies
  2. Latest releases
  3. API references

Build and Test

source venv/bin/activate python ezbuild

Build for PyPi

python3 setup.py sdist bdist_wheel

Upload to PyPi (only auth'd users):

python3 -m twine upload dist/*

About

A python build system to help manage multi-platform Unity build delivery to Itch.io and Steam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages