From 485565a31b51cdbfbd0f8fa43dcec87e983cf727 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sat, 19 Feb 2022 13:10:30 +0000 Subject: [PATCH] Change update endpoint --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3beee24b1..196b69f1c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -44,7 +44,7 @@ "updater": { "active": true, "endpoints": [ - "https://update-server-win11.vercel.app/" + "https://update-server-win11.vercel.app/update/{{target}}/{{current_version}}/" ], "dialog": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDQ2OEUwODVBRUU0M0QwOEQKUldTTjBFUHVXZ2lPUmpzVXQ2WVUxYzlEUE9PTVU0ZnpPNURLSVR0dUM4UktBVDJmRmxLN0VMYnMK"