From b01bd99ecfed871223ce78b0e5c3dc75ed10922b Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza Date: Thu, 13 Jun 2024 14:57:36 +0200 Subject: [PATCH] Preparatory update for the new update manager --- config/release-info.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/release-info.json b/config/release-info.json index 60b87c8..699f91a 100644 --- a/config/release-info.json +++ b/config/release-info.json @@ -6,12 +6,15 @@ "total_bytes": 244449280 }, "windows": { - "version": "4.0.3" + "version": "4.0.3", + "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Windows-x86_64-4.0.3.exe" }, "linux": { - "version": "4.0.3" + "version": "4.0.3", + "url": "https://github.com/AresValley/Artemis/releases/download/v4.0.3/Artemis-Linux-x86_64-4.0.3.zip" }, "mac": { - "version": "4.0.0" + "version": "4.0.0", + "url": "" } } \ No newline at end of file