Skip to content

Commit ce1959d

Browse files
marcelopepisclaude
andcommitted
fix: enable createUpdaterArtifacts for updater signing
Add createUpdaterArtifacts: true to bundle config — required for Tauri v2 to generate .sig files and latest.json in releases. Also fix invalid updaterJsonKeepUniversal → updaterJsonPreferNsis. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c1b8e93 commit ce1959d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
_Changelog completo em breve._
7474
releaseDraft: false
7575
prerelease: false
76-
updaterJsonKeepUniversal: true
76+
updaterJsonPreferNsis: true

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"bundle": {
4242
"active": true,
4343
"targets": "all",
44+
"createUpdaterArtifacts": true,
4445
"icon": [
4546
"icons/32x32.png",
4647
"icons/128x128.png",

0 commit comments

Comments
 (0)