Onboard onto bakery: bakery.toml + dev/beta/release CI, relocate content paths
Some checks failed
dev release / build (push) Failing after 1m0s
beta release / build (push) Failing after 57s

Adds bakery.toml (binaries, license_file, desktop_file, data_archive for
the guide content directory) and the standard three-track CI workflows,
mirroring the pattern used across the rest of the bread ecosystem.

Also fixes the tour/troubleshooting-symptoms loaders (tour.rs,
troubleshoot.rs) to check the bakery-writable user content root
(~/.local/share/breadhelp/content) before the system path a pacman
package would have used — the main ContentStore already did this via
user_content_root(), these two were the last holdouts still hardcoded to
/usr/share/breadhelp only.
This commit is contained in:
Breadway 2026-07-23 10:10:30 +08:00
parent 182fdc8e73
commit de382536aa
7 changed files with 270 additions and 9 deletions

12
bakery.toml Normal file
View file

@ -0,0 +1,12 @@
name = "breadhelp"
description = "Onboarding and help center for Bread OS"
binaries = ["breadhelp"]
system_deps = ["gtk4", "glib2", "gtk4-layer-shell", "hicolor-icon-theme"]
optional_system_deps = ["snapper"]
bread_deps = []
license_file = "LICENSE"
desktop_file = "breadhelp.desktop"
data_archive = "content.tar.gz"
[install]
post_install = []