Fix incorrect options in flatpak builder description.
This commit is contained in:
parent
d90b568a38
commit
05753c77e5
1 changed files with 4 additions and 3 deletions
|
@ -16,9 +16,10 @@ modules:
|
|||
tag: 2.3.2
|
||||
- name: player
|
||||
buildsystem: meson
|
||||
builddir: build-flatpak
|
||||
build-options:
|
||||
- --buildtype release
|
||||
builddir: true
|
||||
config-opts:
|
||||
- --buildtype
|
||||
- release
|
||||
sources:
|
||||
- type: git
|
||||
path: .git
|
||||
|
|
Loading…
Reference in a new issue