From 227247907b9ae2be85cc1de4bd49ea357bb3afe7 Mon Sep 17 00:00:00 2001 From: Breadway Date: Wed, 5 Aug 2026 14:15:11 +0800 Subject: [PATCH] registry: add breadcast to the product list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- registry/bread-ecosystem.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/registry/bread-ecosystem.toml b/registry/bread-ecosystem.toml index b6d0287..13a29b9 100644 --- a/registry/bread-ecosystem.toml +++ b/registry/bread-ecosystem.toml @@ -76,3 +76,8 @@ description = "System settings app for Bread OS" name = "breadhelp" repo = "Breadway/breadhelp" 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"