FlyByWire Installer FlyByWire Simulations
winget install --id=FlyByWireSimulations.FlyByWireSimulationsInstaller -e
This program provides advanced and realistic aircraft for Microsoft Flight Simulator 2020.
FlyByWire Installer is a software tool designed to simplify the installation of advanced and realistic aircraft for Microsoft Flight Simulator 2020.
Key Features:
- Streamlined installation process for high-quality aircraft models.
- Support for a wide range of aircraft, each with detailed cockpits and systems.
- Integration with popular flight simulation communities and modding ecosystems.
- Regular updates to ensure compatibility with the latest simulator versions.
- User-friendly interface for managing installations and updates.
Audience & Benefit:
Ideal for flight simulation enthusiasts, including both experienced pilots and casual players, FlyByWire Installer enhances your flight experience by providing realistic and visually stunning aircraft. It allows you to easily access and install premium content, saving time and effort while ensuring a seamless modding experience.
The software can be installed via winget, making it accessible for users familiar with package managers.
README
FlyByWire Simulations Installer
This repository contains the installer for FlyByWire Simulations projects such as the A32NX.
How to contribute
The installer is built as an Electron Application for Windows using TypeScript and React.
Requirements
Please make sure you have:
Get started
First fork the project and install the dependencies
npm install
Then run the development server using
npm run dev
To build the package as .exe, run
npm run package
Packaged applications will automatically update if there is a newer version available (compared to build version in package.json), this does also apply to development versions (ending on -devXX), which are updated via a separate stream. Updates are distributed once the build version is changed and a tag has been added.