Skip to content

Commit b2145be

Browse files
committed
feat(updater): enable updater artifacts and configure plugin
1 parent 08c506e commit b2145be

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src-tauri/tauri.conf.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"bundle": {
2424
"active": true,
25+
"createUpdaterArtifacts": true,
2526
"targets": ["deb", "rpm", "appimage", "nsis", "app", "dmg"],
2627
"icon": [
2728
"icons/32x32.png",
@@ -30,5 +31,13 @@
3031
"icons/icon.icns",
3132
"icons/icon.ico"
3233
]
34+
},
35+
"plugins": {
36+
"updater": {
37+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNGMjNBNTM3MjA2QzY1QjMKUldTelpXd2dONlVqUDc4TW4xK3owUkJJOXdleW1lNkR2MVlRcExtL1lpcjVhVW5HS3Rmb0hOM3gK",
38+
"endpoints": [
39+
"https://github.com/ZeroKnowledgeNetwork/client/releases/latest/download/latest.json"
40+
]
41+
}
3342
}
3443
}

0 commit comments

Comments
 (0)