Skip to content

Commit bc4f03c

Browse files
revert: new addon keys (#59)
1 parent 96b7406 commit bc4f03c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const config: Configuration = {
4949
],
5050
addons: [
5151
{
52-
key: 'a32nx-msfs2020',
52+
key: 'a32nx',
5353
name: 'A32NX',
5454
simulator: 'msfs2020',
5555
repoOwner: 'flybywiresim',
@@ -83,7 +83,7 @@ const config: Configuration = {
8383
],
8484
dependencies: [
8585
{
86-
addon: '@flybywiresim/simbridge-msfs2020',
86+
addon: '@flybywiresim/simbridge',
8787
optional: true,
8888
modalText: 'SimBridge allows the A32NX to expose remote tools like the Web MCDU, as well as use the external terrain database.',
8989
},
@@ -241,7 +241,7 @@ const config: Configuration = {
241241
disallowedRunningExternalApps: ['@/msfs', '@/mcdu-server'],
242242
},
243243
{
244-
key: 'a380x-msfs2020',
244+
key: 'a380x',
245245
name: 'A380X',
246246
simulator: 'msfs2020',
247247
repoOwner: 'flybywiresim',
@@ -271,7 +271,7 @@ const config: Configuration = {
271271
],
272272
dependencies: [
273273
{
274-
addon: '@flybywiresim/simbridge-msfs2020',
274+
addon: '@flybywiresim/simbridge',
275275
optional: true,
276276
modalText: 'SimBridge allows the A380X to use the external terrain database.',
277277
},
@@ -414,7 +414,7 @@ const config: Configuration = {
414414
],
415415
},
416416
{
417-
key: 'simbridge-msfs2020',
417+
key: 'simbridge',
418418
name: 'SimBridge',
419419
simulator: 'msfs2020',
420420
category: '@simbridge',

0 commit comments

Comments
 (0)