Skip to content

Commit 9cd76b7

Browse files
committed
Add updater options
1 parent c8fb920 commit 9cd76b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,12 @@
8585
"csp": null
8686
},
8787
"updater": {
88-
"active": false
88+
"active": true,
89+
"dialog": true,
90+
"endpoints": [
91+
"https://gist.githubusercontent.com/kadiryazici/425d2ecc9cc2603c821f9742ec83529b/raw/"
92+
],
93+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFRTJCQzVBRDQ5NzQwQzUKUldURlFKZlVXcnppTHY2VjRlMzY2NHdJVUZicWVuN29xSVh2cGFwdHJFVndZS1R6NDdxdTJTR3gK"
8994
},
9095
"macOSPrivateApi": true,
9196
"windows": [

0 commit comments

Comments
 (0)