You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Electrobun auto-updater, GitHub Actions workflow, and slim Electron builds
- Add release.baseUrl to electrobun.config.ts pointing to GitHub Releases
- Add build:canary and build:stable scripts to electrobun/package.json
- Wire up Electrobun Updater API in main process: checks for updates
10s after launch and every 4 hours, downloads patches automatically
- Update GitHub Actions workflow: trigger on tags only, keep Electron
job, add electrobun-macos-arm64 job with Bun + code signing support
- Slim Electron build targets to one per OS: dmg (mac), nsis (win),
AppImage (linux) — removes redundant zip and deb artifacts
- Bump Electron app version 6.0.0 -> 6.0.1
0 commit comments