From 589cbfaa82a3fd14dc915d147d9cdd29a1875eec Mon Sep 17 00:00:00 2001 From: Lazorne Date: Tue, 13 Feb 2024 19:28:03 +0100 Subject: [PATCH] flatpak --- wiki-rtd/docs/wiki_development/flatpak/retrodeck-flatpak.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki-rtd/docs/wiki_development/flatpak/retrodeck-flatpak.md b/wiki-rtd/docs/wiki_development/flatpak/retrodeck-flatpak.md index 614864b..42459d9 100644 --- a/wiki-rtd/docs/wiki_development/flatpak/retrodeck-flatpak.md +++ b/wiki-rtd/docs/wiki_development/flatpak/retrodeck-flatpak.md @@ -3,10 +3,9 @@ Flatpak is a packing method available on Linux and provides a separate sandbox environment from the main OS like chroot or a docker container. ## The Manifest file +[Flatpak on Manifests](https://docs.flatpak.org/en/latest/manifests.html) -RetroDECK flatpak's name is net.retrodeck.retrodeck and it's defined in the manifest file - -[Flatpak Manifests](https://docs.flatpak.org/en/latest/manifests.html) +RetroDECK flatpak's name is `net.retrodeck.retrodeck` and it's defined in the manifest file 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.