mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Change content.vircadia.com -> cdn-1.vircadia.com
This commit is contained in:
parent
b1f32dd9ac
commit
d423b51e5f
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ var URLs = {
|
||||||
// STABLE METAVERSE_URL: https://metaverse.highfidelity.com
|
// STABLE METAVERSE_URL: https://metaverse.highfidelity.com
|
||||||
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
// STAGING METAVERSE_URL: https://staging.highfidelity.com
|
||||||
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live",
|
||||||
CDN_URL: 'https://content.vircadia.com/eu-c-1',
|
CDN_URL: 'https://cdn-1.vircadia.com/eu-c-1',
|
||||||
PLACE_URL: 'https://xr.place'
|
PLACE_URL: 'https://xr.place'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ import zipfile
|
||||||
|
|
||||||
print = functools.partial(print, flush=True)
|
print = functools.partial(print, flush=True)
|
||||||
|
|
||||||
ANDROID_PACKAGE_URL = 'https://content.vircadia.com/eu-c-1/vircadia-public/dependencies/android/'
|
ANDROID_PACKAGE_URL = 'https://cdn-1.vircadia.com/eu-c-1/vircadia-public/dependencies/android/'
|
||||||
|
|
||||||
ANDROID_PACKAGES = {
|
ANDROID_PACKAGES = {
|
||||||
'qt' : {
|
'qt' : {
|
||||||
|
@ -68,7 +68,7 @@ ANDROID_PACKAGES = {
|
||||||
'includeLibs': ['libtbb.so', 'libtbbmalloc.so'],
|
'includeLibs': ['libtbb.so', 'libtbbmalloc.so'],
|
||||||
},
|
},
|
||||||
'hifiAC': {
|
'hifiAC': {
|
||||||
'baseUrl': 'https://content.vircadia.com/eu-c-1/vircadia-public/dependencies/',
|
'baseUrl': 'https://cdn-1.vircadia.com/eu-c-1/vircadia-public/dependencies/',
|
||||||
'file': 'codecSDK-android_armv8-2.0.zip',
|
'file': 'codecSDK-android_armv8-2.0.zip',
|
||||||
'checksum': '1cbef929675818fc64c4101b72f84a6a'
|
'checksum': '1cbef929675818fc64c4101b72f84a6a'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue