Skip to main content

max / balanced_breakfast

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.
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-16 20:42 UTC
Commit: 4f47a3b9a41dc2358b86b69cff4c108f6cb5494a
Parent: 0df87c3
2 files changed, +3 insertions, -2 deletions
@@ -1,6 +1,6 @@
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,7 +1,7 @@
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,6 +26,7 @@
26 26 },
27 27 "bundle": {
28 28 "active": true,
29 + "createUpdaterArtifacts": true,
29 30 "targets": "all",
30 31 "resources": [
31 32 "../plugins/*.rhai",