Commit a863ab0
authored
Tauri bundles: rename file output to betaflight-app (betaflight#5071)
* Override Tauri bundle filename to betaflight-app
Keeps the OS-level display name as "Betaflight App" but writes
deb/rpm/AppImage/dmg/nsis bundles as betaflight-app-<version>-...
so download URLs don't carry an encoded space.
* Inject pre-release tag and commit SHA into desktop bundle filenames
Aligns the Tauri bundle filenames with the APK pattern. After Tauri
builds, the staging step rewrites e.g. 2026.6.0 → 2026.6.0-alpha-<sha8>
in each bundle name, so a deb lands as betaflight-app_2026.6.0-alpha-
f70ad2df_amd64.deb and an rpm as betaflight-app-2026.6.0-alpha-
f70ad2d-1.x86_64.rpm.
Also point the downloads page header at the canonical Betaflight logo
SVG hosted on betaflight.com instead of bundling a local copy.1 parent 410de9b commit a863ab0
4 files changed
Lines changed: 16 additions & 3 deletions
File tree
- .github/workflows
- scripts
- templates
- src-tauri
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
155 | 168 | | |
156 | 169 | | |
157 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments