Eliminado el soporte de discord.

Corrección de nombres y typos.
Eliminación de código innecesario.
Depuración archivos de idiomas.
This commit is contained in:
2025-05-27 23:21:12 -03:00
parent 0afac26523
commit def51d532e
112 changed files with 72 additions and 2293 deletions
+1 -1
View File
@@ -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('fs_version_mgr_platform', {})
self.pm_version_mgr_platform = config_data.get('pm_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', {})