Skip to content

Commit 261dc78

Browse files
committed
turn off tauri update signing so CI can build
1 parent b3ab00b commit 261dc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"csp": null
5252
},
5353
"updater": {
54-
"active": true,
54+
"active": false,
5555
"endpoints": [
5656
"https://gist.githubusercontent.com/mmalmi/d0debd2083fe19656060dbbf8c8fd172/raw/iris-tauri.json"
5757
],

0 commit comments

Comments
 (0)