hermes-agent/apps/bootstrap-installer/src-tauri
emozilla 71d64880d9 fix(installer): pass --branch to hermes update in the --update flow
The install is a detached-HEAD checkout of a pinned commit. Without
--branch, 'hermes update' fell back to its default (main) and switched
the checkout to main — a divergent branch that lacks the desktop CLI
command — so the update targeted the wrong branch and the rebuild stage
failed with 'invalid choice: desktop'.

Thread BUILD_PIN_BRANCH (the branch this installer was built against,
and the same branch the desktop detected the update on) into
'hermes update --branch <b>' so update + rebuild stay on-branch.
2026-05-29 00:11:14 -04:00
..
capabilities feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
icons feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
src fix(installer): pass --branch to hermes update in the --update flow 2026-05-29 00:11:14 -04:00
build.rs feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
Cargo.toml feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
hermes-setup.manifest feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
tauri.conf.json feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00