Commit 25edd2d
committed
feat(packaging): native installers via Briefcase + CI/CD
Add cross-platform packaging with BeeWare Briefcase:
- Windows MSI (WiX via dotnet-tool) and ZIP artifacts.
- macOS DMG for arm64, ad-hoc signed; optional Developer ID notarization.
- Linux system package (.deb/.rpm) for x86_64.
- pyproject.toml Briefcase config with min_os_version 13.0 on macOS and
pip constraints exported from uv.lock for reproducible installs.
- GitHub Actions release workflow (tag or workflow_dispatch) with optional
code-signing gates for Windows (signtool/PFX) and macOS (notarytool).
- CI: actionlint workflow validation, uv audit dependency audit, Briefcase
ZIP smoke build.
- Dependabot for GitHub Actions and uv with a 7-day cooldown.
- Pre-commit migrated to pre-commit-uv.
- CHANGELOG.md following Keep a Changelog 1.1.0.
- Drop legacy PyInstaller / Nuitka / Inno Setup / NSIS build scripts.1 parent 0a88bdb commit 25edd2d
35 files changed
Lines changed: 1616 additions & 1164 deletions
File tree
- .github
- workflows
- scripts
- installer
- src/dbs_annotator
- controllers
- models
- ui
- utils
- views
- tests/unit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
12 | 41 | | |
13 | 42 | | |
14 | 43 | | |
| |||
66 | 95 | | |
67 | 96 | | |
68 | 97 | | |
69 | | - | |
70 | | - | |
| 98 | + | |
71 | 99 | | |
72 | 100 | | |
73 | 101 | | |
| |||
99 | 127 | | |
100 | 128 | | |
101 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
0 commit comments