Skip to content

Commit 54e9e59

Browse files
authored
Merge pull request mixxxdj#15922 from djantti/bundle_filename_fix
Fix bundle filename in Flatpak build documentation
2 parents 4ac4635 + 1d48ae5 commit 54e9e59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packaging/flatpak/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you already have Flatpak set up, you can simply use the recommended build opt
88

99
`packaging/flatpak/flatpak_build.sh bundle`
1010

11-
`flatpak install --user Mixxx.Flatpak`
11+
`flatpak install --user Mixxx.flatpak`
1212

1313
## Requirements
1414

@@ -60,7 +60,7 @@ The `--manifest <file>` option accepts a custom Flatpak build manifest file as a
6060

6161
`packaging/flatpak/flatpak_build.sh bundle [--builder] [--manifest <file>]`
6262

63-
`flatpak install [--system | --user] Mixxx.Flatpak`
63+
`flatpak install [--system | --user] Mixxx.flatpak`
6464

6565
The **bundle** command builds Mixxx as a single-file Flatpak user bundle that can be easily installed to multiple systems. This build method is recommended for all Mixxx users.
6666

@@ -70,7 +70,7 @@ The **bundle** command builds Mixxx as a single-file Flatpak user bundle that ca
7070

7171
`flatpak install [--system | --user] Mixxx.flatpak`
7272

73-
`flatpak install [--system | --user] Mixxx.Debug.Flatpak`
73+
`flatpak install [--system | --user] Mixxx.Debug.flatpak`
7474

7575
The **debug** command builds the same single-file user bundle as above, but also creates an additional debug extension. This extension contains debug symbols and is intended for development purposes. It's not needed for running Mixxx.
7676

0 commit comments

Comments
 (0)