registry: add breadcast to the product list

breadcast already ships its own bakery.toml and CI workflows that publish
to dl.breadway.dev — it was just missing from the registry gen-index.sh
reads to know what to include in index.json.
This commit is contained in:
Breadway 2026-08-05 14:15:11 +08:00
parent d45fc422f2
commit 227247907b

View file

@ -76,3 +76,8 @@ description = "System settings app for Bread OS"
name = "breadhelp" name = "breadhelp"
repo = "Breadway/breadhelp" repo = "Breadway/breadhelp"
description = "Onboarding and help center for Bread OS" description = "Onboarding and help center for Bread OS"
[[products]]
name = "breadcast"
repo = "Breadway/breadcast"
description = "Cast your screen to any Chromecast/Google TV or DLNA renderer — daemon + GTK4 popup"