From 8b7dbc378cc4dbaa5aff1bd2577a3721983e3405 Mon Sep 17 00:00:00 2001 From: Benjamin Dupont Date: Sat, 12 Nov 2022 23:58:40 -0500 Subject: [PATCH 1/2] feat: add FSLTL dev build track --- config/config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/config.ts b/config/config.ts index 6dc4685..cd18746 100644 --- a/config/config.ts +++ b/config/config.ts @@ -428,6 +428,16 @@ const config: Configuration = { }, description: 'FSLTL is a free standalone real-time online traffic overhaul and VATSIM model-matching solution for MSFS. Utilising native glTF models and MSFS independent online IFR/VFR traffic injection system with stock ATC interaction based on Flightradar24.\n', }, + { + name: 'Development', + key: 'dev', + url: 'hhttps://github.com/FSLiveTrafficLiveries/base/releases/download/1.1.0-alpha/', + isExperimental: true, + releaseModel: { + type: 'CDN', + }, + description: 'FSLTL is a free standalone real-time online traffic overhaul and VATSIM model-matching solution for MSFS. Utilising native glTF models and MSFS independent online IFR/VFR traffic injection system with stock ATC interaction based on Flightradar24.\n', + }, ], }, { From 7b2c6a7234a39e9e2d1ad4be7f1a3a9758aff06a Mon Sep 17 00:00:00 2001 From: Benjamin Dupont Date: Sat, 19 Nov 2022 17:01:21 -0500 Subject: [PATCH 2/2] h --- config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.ts b/config/config.ts index cd18746..d3381a8 100644 --- a/config/config.ts +++ b/config/config.ts @@ -431,7 +431,7 @@ const config: Configuration = { { name: 'Development', key: 'dev', - url: 'hhttps://github.com/FSLiveTrafficLiveries/base/releases/download/1.1.0-alpha/', + url: 'https://github.com/FSLiveTrafficLiveries/base/releases/download/1.1.0-alpha/', isExperimental: true, releaseModel: { type: 'CDN',