From 015978b3274c69fa369fddf3cf4ab9ef6f8370a1 Mon Sep 17 00:00:00 2001 From: Nadeu Date: Wed, 7 Sep 2022 13:33:43 +0200 Subject: [PATCH] Update wb iso 2022 to 2022.8.0-beta --- ereuse_devicehub/workbench/__init__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/workbench/__init__.py b/ereuse_devicehub/workbench/__init__.py index 9c52b02b..25163ef4 100644 --- a/ereuse_devicehub/workbench/__init__.py +++ b/ereuse_devicehub/workbench/__init__.py @@ -1,11 +1,14 @@ isos = { "demo": { - 'iso': "USODY_2022.5.2-beta.iso", + 'iso': "USODY_2022.8.0-Demo.iso", 'url': 'http://releases.usody.com/demo/', }, "2022": { - 'iso': "USODY_2022.5.2-beta.iso", - 'url': 'http://releases.usody.com//2022/', + 'iso': "USODY_2022.8.0-beta.iso", + 'url': 'http://releases.usody.com/2022/', + }, + "v14": { + 'iso': "USODY_14.0.0.iso", + 'url': 'http://releases.usody.com/v14/' }, - "v14": {'iso': "USODY_14.0.0.iso", 'url': 'http://releases.usody.com/v14/'}, }