Primer depuración. Limpieza archivos innecesarios, cambios de nombres y preparación para Puma.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"SL": "Second Life",
|
||||
"OS": "OpenSim"
|
||||
},
|
||||
"download_root": "https://app.avataresargentinos.com.ar/descargas",
|
||||
"download_root": "https://wiki.avataresargentinos.com.ar/descargas",
|
||||
"viewer_channel_mapping": {
|
||||
"Release": "release",
|
||||
"Beta": "beta",
|
||||
|
||||
@@ -10,7 +10,7 @@ class BuildConfig:
|
||||
self.supported_os_dirs = config_data.get('os_download_dirs', [])
|
||||
# channel_to_build_type is a map from Beta, Release and Nightly to folder names preview release and nightly
|
||||
self.build_type_hosted_folder = config_data.get('build_type_hosted_folder', {})
|
||||
self.fs_version_mgr_platform = config_data.get('pm_version_mgr_platform', {})
|
||||
self.fs_version_mgr_platform = config_data.get('fs_version_mgr_platform', {})
|
||||
self.os_hosted_folder = config_data.get('os_hosted_folder', {})
|
||||
self.platforms_printable = config_data.get('platforms_printable', {})
|
||||
self.grids_printable = config_data.get('grids_printable', {})
|
||||
|
||||
Reference in New Issue
Block a user