From fef688b45e5a182463b202ef4aba835552864f98 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 6 May 2026 15:27:30 +0200 Subject: [PATCH] Changed update endpoint URL to test explicitly v26.5.2 --- runtime/tauri.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 40f4cfbd..46a7c4f2 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -6,7 +6,7 @@ }, "package": { "productName": "MindWork AI Studio", - "version": "26.4.1" + "version": "26.5.1" }, "tauri": { "allowlist": { @@ -84,7 +84,7 @@ "updater": { "active": true, "endpoints": [ - "https://github.com/MindWorkAI/AI-Studio/releases/latest/download/latest.json" + "https://github.com/MindWorkAI/AI-Studio/releases/download/v26.5.2/latest.json" ], "dialog": false, "windows": {