Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update A32NX download links #516

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

Update <small>_ January 2024</small>

- fix: update A32NX download links (03/01/2024)

Update <small>_ October 2023</small>

- fix: fixed wrong command string in .simbridgedebug command (28/10/2023)
Expand Down
4 changes: 2 additions & 2 deletions src/commands/aircraft/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const versionsEmbed = makeEmbed({
value: makeLines([
'> Stable is our version which has features that are the most mature and most tested. This should be a reliable version for those preferring stability over newest features. Will be compatible with each major MSFS patch.',
'',
'> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/a32nx/releases/download/assets/stable/A32NX-stable.zip)',
'> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/aircraft/releases/download/assets/stable/A32NX-stable.zip)',
]),
inline: false,
},
Expand All @@ -25,7 +25,7 @@ const versionsEmbed = makeEmbed({
value: makeLines([
'> Development will have the latest features that will eventually end up in the next stable release. In general this version has the latest fixes and newest features but also a slightly higher risk of containing bugs. Development updates whenever a change is made to the "master" branch on Github.',
'',
'> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/a32nx/releases/download/assets/master/A32NX-master.zip)',
'> Use the [installer](https://api.flybywiresim.com/installer) or [download here](https://github.com/flybywiresim/aircraft/releases/download/assets/master/A32NX-master.7z)',
]),
inline: false,
},
Expand Down
Loading