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
|
tag: 2.3.2
|
||||||
- name: player
|
- name: player
|
||||||
buildsystem: meson
|
buildsystem: meson
|
||||||
builddir: build-flatpak
|
builddir: true
|
||||||
build-options:
|
config-opts:
|
||||||
- --buildtype release
|
- --buildtype
|
||||||
|
- release
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
path: .git
|
path: .git
|
||||||
|
|
Loading…
Reference in a new issue