From d826fd0576db98d9b4d15e808960649de80c514f Mon Sep 17 00:00:00 2001 From: Breadway Date: Fri, 17 Jul 2026 14:02:40 +0800 Subject: [PATCH] Remove misplaced bakery.toml (copy-pasted from bos-settings) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bos is ISO-only (release-iso.yml); it has never been bakery-distributed. This file was a byte-for-byte copy of bos-settings/bakery.toml (name, binaries, description all describe bos-settings, not bos) and isn't referenced by the bread-ecosystem registry or any workflow in this repo. DESIGN.md already documents that bos-settings — not bos — is the one meant to get a bakery.toml and a registry entry. --- bakery.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bakery.toml diff --git a/bakery.toml b/bakery.toml deleted file mode 100644 index 632de76..0000000 --- a/bakery.toml +++ /dev/null @@ -1,12 +0,0 @@ -name = "bos-settings" -description = "System settings app for Bread OS" -binaries = ["bos-settings"] -system_deps = ["gtk4", "glib2"] -optional_system_deps = ["snapper"] -bread_deps = [] - -[config] -dir = "~/.config" - -[install] -post_install = []