https instead of http
This commit is contained in:
parent
01a3a97c2b
commit
63c7b29233
|
@ -1,14 +1,14 @@
|
||||||
isos = {
|
isos = {
|
||||||
"demo": {
|
"demo": {
|
||||||
'iso': "USODY_2022.8.0-Demo.iso",
|
'iso': "USODY_2022.8.0-Demo.iso",
|
||||||
'url': 'http://releases.usody.com/demo/',
|
'url': 'https://releases.usody.com/demo/',
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
'iso': "USODY_2022.8.0-beta.iso",
|
'iso': "USODY_2022.8.0-beta.iso",
|
||||||
'url': 'http://releases.usody.com/2022/',
|
'url': 'https://releases.usody.com/2022/',
|
||||||
},
|
},
|
||||||
"erease": {
|
"erease": {
|
||||||
'iso': "USODY_14.0.0.iso",
|
'iso': "USODY_14.0.0.iso",
|
||||||
'url': 'http://releases.usody.com/v14/',
|
'url': 'https://releases.usody.com/v14/',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue