This repository contains the installer for FlyByWire Simulations projects such as the A32NX.
The installer is built as an Electron Application for Windows using TypeScript and React.
Please make sure you have:
First fork the project and install the dependencies
npm installThen run the development server using
npm run devTo build the package as .exe, run
npm run packagePackaged 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.