package_app
Validates a Roku project directory for a manifest file and compresses it into a byte-reproducible zip archive ready for sideloading.
Instructions
Zip an already-generated Roku project directory into a sideload-ready archive. Validates that project_dir contains a top-level manifest. Output zip is byte-reproducible across hosts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | ||
| output_zip | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| zip_path | Yes | ||
| size_bytes | Yes | ||
| entry_count | Yes |