docs: update Flatpak Builder guide

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
This commit is contained in:
tfuxu 2023-04-04 22:30:58 +00:00 committed by GitHub
parent 1bbf9a6286
commit 114db429f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,12 +32,12 @@ It uses Flatpak manifests to download and pack needed dependencies with compiled
#### Prerequisites
- Flatpak Builder `flatpak-builder`
- GNOME SDK runtime `org.gnome.Sdk//43`
- GNOME Platform runtime `org.gnome.Platform//43`
- GNOME SDK runtime `org.gnome.Sdk//44`
- GNOME Platform runtime `org.gnome.Platform//44`
Install required runtimes:
```shell
flatpak install org.gnome.Sdk//43 org.gnome.Platform//43
flatpak install org.gnome.Sdk//44 org.gnome.Platform//44
```
#### Build Instruction