phoenix-firestorm/fsutils/build_config.json

45 lines
1019 B
JSON

{
"os_download_dirs": [
"windows", "mac", "linux"
],
"fs_version_mgr_platform": {
"windows": "win",
"mac": "mac",
"linux": "lin"
},
"build_type_hosted_folder": {
"Release": "release",
"Beta": "preview",
"Alpha": "test",
"Nightly": "nightly",
"Unknown": "test"
},
"os_hosted_folder": {
"windows": "windows",
"macos": "mac",
"linux": "linux"
},
"platforms_printable": {
"windows": "MS Windows",
"mac": "MacOS",
"linux": "Linux"
},
"grids_printable": {
"SL": "Second Life",
"OS": "OpenSim"
},
"download_root": "https://downloads.firestormviewer.org",
"viewer_channel_mapping": {
"Release": "release",
"Beta": "beta",
"Alpha": "alpha",
"Nightly": "nightly"
},
"build_type_mapping": {
"regular": "regular",
"avx": "avx",
"tracy": "tracy",
"arm": "arm"
}
}