Skip to content

Commit

Permalink
fix: updated default config data (#497)
Browse files Browse the repository at this point in the history
* small formatting fix

* updated default config data

* fixed text and links
  • Loading branch information
frankkopp authored Nov 17, 2024
1 parent e652665 commit 3af8d13
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 153 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This repository contains the installer for FlyByWire Simulations projects such a

## How to contribute

The installer is built as an [Electron Application](https://www.electronjs.org/) for Windows using [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).
The installer is built as an [Electron Application](https://www.electronjs.org/) for Windows
using [TypeScript](https://www.typescriptlang.org/) and [React](https://reactjs.org/).

### Requirements

Expand Down Expand Up @@ -36,4 +37,6 @@ 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.
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.
Loading

0 comments on commit 3af8d13

Please sign in to comment.