From 8a3bdbb0b59b457e642d43431156e17a3d41738f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 21 Jun 2024 19:07:54 +0200 Subject: [PATCH] Changed latest.json to be part of any release --- runtime/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 2cb3549d..d06b849a 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -74,7 +74,7 @@ "updater": { "active": true, "endpoints": [ - "https://raw.githubusercontent.com/MindWorkAI/AI-Studio/main/.updates/latest.json" + "https://github.com/MindWorkAI/AI-Studio/releases/latest/download/latest.json" ], "dialog": true, "windows": {