release: 0.3.3 — enable createUpdaterArtifacts for OTA signing
Without this flag, Tauri 2 builds the regular bundles but skips the
updater-targeted .tar.gz artifacts and their .sig sidecars, which is
why OTA signing was never visible in build output.
2 files changed,
+3 insertions,
-2 deletions
| 1 |
1 |
|
[package]
|
| 2 |
2 |
|
name = "balanced-breakfast-desktop"
|
| 3 |
|
- |
version = "0.3.2"
|
|
3 |
+ |
version = "0.3.3"
|
| 4 |
4 |
|
edition = "2024"
|
| 5 |
5 |
|
|
| 6 |
6 |
|
[[bin]]
|
| 1 |
1 |
|
{
|
| 2 |
2 |
|
"$schema": "https://schema.tauri.app/config/2",
|
| 3 |
3 |
|
"productName": "BalancedBreakfast",
|
| 4 |
|
- |
"version": "0.3.2",
|
|
4 |
+ |
"version": "0.3.3",
|
| 5 |
5 |
|
"identifier": "com.balancedbreakfast.app",
|
| 6 |
6 |
|
"build": {
|
| 7 |
7 |
|
"frontendDist": "../src-tauri/frontend"
|
| 26 |
26 |
|
},
|
| 27 |
27 |
|
"bundle": {
|
| 28 |
28 |
|
"active": true,
|
|
29 |
+ |
"createUpdaterArtifacts": true,
|
| 29 |
30 |
|
"targets": "all",
|
| 30 |
31 |
|
"resources": [
|
| 31 |
32 |
|
"../plugins/*.rhai",
|