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:
parent
d45fc422f2
commit
227247907b
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue