Skip to content

Commit 02d3419

Browse files
committed
fix(windows): prevent updater plugin startup panic
1 parent 98c106a commit 02d3419

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src-tauri/tauri.conf.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,10 @@
4242
"resources/backend/client/*",
4343
"resources/backend/node_modules"
4444
]
45+
},
46+
"plugins": {
47+
"updater": {
48+
"pubkey": ""
49+
}
4550
}
4651
}

0 commit comments

Comments
 (0)