jrhurleyy/Ren'Py Builder
A simple build action for Ren'Py projects using Docker
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.1.1 |
| project-dir | The directory that houses the Ren'Py game files. Typically found at ./game/ | yes | . |
| package | Package types that you would like to build for. Currently supports all versions supported in v8.1.1 of RenPy | no | — |
Outputs
| name | description |
|---|---|
| out_dir | The output directory for build files typically generated by Ren'Py Engine Builder. |
| version | The specified code version of the Ren'Py project defined in the project's options.rpy file. |