Update wb iso 2022 to 2022.8.0-beta
This commit is contained in:
parent
45323cd932
commit
015978b327
|
@ -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/'},
|
||||
}
|
||||
|
|
Reference in New Issue