Skip to content

Commit a9d171b

Browse files
committed
fix: enable createUpdaterArtifacts for Tauri 2 updater signing
Tauri 2 requires 'createUpdaterArtifacts' in the bundle config to generate .sig signature files alongside installers. Without this, the TAURI_SIGNING_PRIVATE_KEY env var is ignored and tauri-action logs 'Signature not found for the updater JSON. Skipping upload...' on every platform. Set to 'v1Compatible' which produces the signature format expected by tauri-plugin-updater and the latest.json manifest.
1 parent 867ff14 commit a9d171b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"active": true,
3434
"targets": "all",
3535
"publisher": "Proof of Prints",
36+
"createUpdaterArtifacts": "v1Compatible",
3637
"icon": [
3738
"icons/32x32.png",
3839
"icons/128x128.png",

0 commit comments

Comments
 (0)