feat: add cross-platform release automation

Add a GitHub Actions workflow that validates the app on pushes and pull requests, and publishes Windows, macOS, and Linux release assets when a tag is pushed.

Also replace the Windows-only packaging flow with cross-platform Bun scripts for sidecar publishing and Electron packaging so the release job can package each runner natively.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-24 19:20:46 +01:00
co-authored by Copilot
parent ff5fcb3a65
commit 2f069f60b4
9 changed files with 674 additions and 132 deletions
+1
View File
@@ -28,6 +28,7 @@
},
"include": [
"electron.vite.config.ts",
"scripts/**/*.ts",
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.ts"