From 68cf13c822c7525fed8a29f3d364193617acdabf Mon Sep 17 00:00:00 2001 From: Michael Romashov Date: Tue, 30 Jan 2024 07:43:43 -0500 Subject: [PATCH] Remove Synaptic Simulations from installer --- config/config.ts | 50 ------------------------------------------------ 1 file changed, 50 deletions(-) diff --git a/config/config.ts b/config/config.ts index e08cac5..aa987ec 100644 --- a/config/config.ts +++ b/config/config.ts @@ -567,56 +567,6 @@ const config: Configuration = { }, ], }, - { - name: 'Synaptic Simulations', - key: 'synaptic', - logoUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/publisher-icons/synaptic/0.png', - defs: [ - { - kind: 'addonCategory', - key: 'aircraft', - title: 'Aircraft', - }, - ], - addons: [ - { - name: 'A22X', - repoOwner: 'Synaptic-Simulations', - repoName: 'a22x', - category: '@aircraft', - aircraftName: 'A220-300', - titleImageUrl: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/synaptic-a22x/dark.svg', - titleImageUrlSelected: 'https://flybywiresim.b-cdn.net/installer/media-assets/addon-titles/synaptic-a22x/light.svg', - key: 'A22X', - enabled: false, - backgroundImageUrls: ['https://nyc3.digitaloceanspaces.com/fselite/2020/11/123263426_126778999193686_7966913238295950901_o.png'], - shortDescription: 'Airbus A220-300 (CSeries 300)', - description: '', - targetDirectory: 'A22X', - alternativeNames: [], - tracks: [], - }, - ], - buttons: [ - { - text: 'Website', - action: 'openBrowser', - url: 'https://www.synapticsim.com/', - }, - { - text: 'Discord', - action: 'openBrowser', - url: 'https://discord.gg/acQkSvrePG', - }, - { - text: 'Twitter', - action: 'openBrowser', - url: 'https://twitter.com/synapticsim', - inline: true, - - }, - ], - }, ], };