mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 13:35:37 +00:00
flatpak
This commit is contained in:
parent
ae290c5442
commit
b08bd2fc57
|
@ -7,7 +7,7 @@ Flatpak is a application packing method available on Linux and provides a separa
|
||||||
## The Manifest file
|
## The Manifest file
|
||||||
More on: [Flatpak Manifests](https://docs.flatpak.org/en/latest/manifests.html)
|
More on: [Flatpak Manifests](https://docs.flatpak.org/en/latest/manifests.html)
|
||||||
|
|
||||||
The manifest is an `.yml` with a set of instructions to tell the flatpak-builder cli tool how to build the flatpak from the modules in the yml.
|
The manifest is an `.yml`or `.json` with a set of instructions to tell the flatpak-builder cli tool how to build the flatpak from the modules in the yml.
|
||||||
|
|
||||||
The manifest got an header and a body that is the definitions of modules.
|
The manifest got an header and a body that is the definitions of modules.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue