Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const config: Configuration = {
],
addons: [
{
key: 'a32nx-msfs2020',
key: 'a32nx',
name: 'A32NX',
simulator: 'msfs2020',
repoOwner: 'flybywiresim',
Expand Down Expand Up @@ -83,7 +83,7 @@ const config: Configuration = {
],
dependencies: [
{
addon: '@flybywiresim/simbridge-msfs2020',
addon: '@flybywiresim/simbridge',
optional: true,
modalText: 'SimBridge allows the A32NX to expose remote tools like the Web MCDU, as well as use the external terrain database.',
},
Expand Down Expand Up @@ -241,7 +241,7 @@ const config: Configuration = {
disallowedRunningExternalApps: ['@/msfs', '@/mcdu-server'],
},
{
key: 'a380x-msfs2020',
key: 'a380x',
name: 'A380X',
simulator: 'msfs2020',
repoOwner: 'flybywiresim',
Expand Down Expand Up @@ -271,7 +271,7 @@ const config: Configuration = {
],
dependencies: [
{
addon: '@flybywiresim/simbridge-msfs2020',
addon: '@flybywiresim/simbridge',
optional: true,
modalText: 'SimBridge allows the A380X to use the external terrain database.',
},
Expand Down Expand Up @@ -414,7 +414,7 @@ const config: Configuration = {
],
},
{
key: 'simbridge-msfs2020',
key: 'simbridge',
name: 'SimBridge',
simulator: 'msfs2020',
category: '@simbridge',
Expand Down