hermes-agent/apps/bootstrap-installer
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
..
src feat(installer): drive in-app updates through the Tauri installer 2026-05-28 23:48:21 -04:00
src-tauri fix(installer): pass --branch to hermes update in the --update flow 2026-05-29 00:11:14 -04:00
.gitignore fix(installer): pass -IncludeDesktop to manifest, surface launch errors, alias hermes desktop 2026-05-28 02:42:33 -04:00
index.html feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
package.json feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
tsconfig.json feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
tsconfig.node.json feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00
vite.config.ts feat(installer): Tauri bootstrap installer for first-time onboarding 2026-05-28 02:23:13 -04:00