Skip to content

Commit c620e56

Browse files
author
Mohammod Al Amin Ashik
committed
fix: enable createUpdaterArtifacts for updater signatures
- Adds createUpdaterArtifacts: true to bundle config - Enables generation of .sig files for all artifacts - Fixes updater JSON generation for auto-update support
1 parent c787fde commit c620e56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"bundle": {
4545
"active": true,
46+
"createUpdaterArtifacts": true,
4647
"targets": "all",
4748
"icon": [
4849
"icons/32x32.png",

0 commit comments

Comments
 (0)