Add cinema-tools recipe

This commit is contained in:
pleb
2026-07-10 08:21:32 -07:00
parent 8419d3a5c9
commit f4fedaeb34
4 changed files with 181 additions and 2 deletions
+8
View File
@@ -152,6 +152,14 @@ Install assets are currently expected to already exist locally, usually under:
<state-dir>/cache/downloads/<instance>/<plugin-id>/
```
Composite local assets should have an explicit reconstruction recipe checked in
with the helper. For example, Cinema's external Windows downloader tools are a
small deterministic bundle rebuilt from upstream executables with:
```sh
PYTHONPATH=src python -m plugin_helper.recipes.cinema_tools --instance 1.44.1
```
Use `updates` to audit the version lock against obvious public update sources:
```sh