Update wb iso 2022 to 2022.8.0-beta

This commit is contained in:
Nadeu 2022-09-07 13:33:43 +02:00 committed by GitHub
parent 45323cd932
commit 015978b327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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/'},
}