mightyelemental/Build Ren'Py Project
Build a Ren'Py project using a specified Ren'Py SDK version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sdk-version | The version of the Ren'Py SDK to use | yes | 8.5.2 |
| project-dir | The path to the directory where the project exists | yes | . |
| renpy-steam | Include Ren'Py Steam integration library | no | false |
| targets | A list of target platforms to build for | no | pc |
| python-requirements | The path to a pip requirements file | no | "" |
| python-lib-install-path | The path to install 3rd party pip libraries to | no | "" |
| output-dir | The directory where the built files will be placed | no | ./dist |
Outputs
| name | description |
|---|---|
| version | The built version of the project |