kijuky/Build HSP exe
Compile an HSP3 script into a standalone executable via hsc3_make, returning its path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| hsp-home | Path to an already-extracted HSP3 installation (e.g. from setup-hsp's hsp-home output) | yes | — |
| script | Path to the HSP3 script to build, e.g. "main.hsp" | yes | — |
Outputs
| name | description |
|---|---|
| exe-path | Path to the built executable. |