Register bos-settings as a bakery-channel product

bos-settings has carried a bakery.toml since it was split out (per
bos/DESIGN.md: "bos-settings gets a bakery.toml and is added to the
bread-ecosystem registry"), but the registry-side half of that was
never done, so gen-index.sh has never actually picked it up. Paired
with the release.yml added in bos-settings-fix-worktree tonight.
This commit is contained in:
Breadway 2026-07-17 14:06:25 +08:00
parent 025e27b496
commit 98812af020

View file

@ -66,3 +66,8 @@ description = "Wayland clipboard history manager for Hyprland"
name = "breadshot" name = "breadshot"
repo = "Breadway/breadshot" repo = "Breadway/breadshot"
description = "Screenshot utility for the bread ecosystem" description = "Screenshot utility for the bread ecosystem"
[[products]]
name = "bos-settings"
repo = "Breadway/bos-settings"
description = "System settings app for Bread OS"