Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit b94ce65

Browse files
committed
feat: add update endpoints
1 parent e9db04a commit b94ce65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@
101101
"active": true,
102102
"dialog": false,
103103
"endpoints": [
104-
"https://0.0.0.0"
104+
"https://ndml-update.limpix.workers.dev/{{target}}/{{current_version}}",
105+
"https://update.nodium.ru/{{target}}/{{current_version}}",
106+
"https://nodium.ru/update/{{target}}/{{current_version}}"
105107
],
106108
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVGRUE5NUNFODkyQTlFQ0MKUldUTW5pcUp6cFhxWCtYMzR3ZEhYUFlGUFR0Nzhsd1lxT2ZqQTh2ZWlZdkdJYVg0eUtFZTVqQTkK",
107109
"windows": {

0 commit comments

Comments
 (0)