Bump version to 0.15.0
[GameHub.git] / flatpak / README.md
blob5e9dfd8541e1e34c446c9f8d0e8232eca78c5c7b
1 # flatpak
2 This directory contains flatpak manifest
4 #### Runtime dependencies
6 * `org.gnome.Platform//3.28`
7 * `org.freedesktop.Platform//1.6`
8 * `io.elementary.Loki.BaseApp//stable`
10 #### Build dependencies
12 * `org.gnome.Sdk//3.28`
14 ## Building
16 #### Add flathub repo
18 ```bash
19 flatpak remote-add [--user] --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
20 ```
22 #### Install dependencies and build
24 ```bash
25 scripts/build.sh build_flatpak
26 ```
28 #### Run
30 ```bash
31 flatpak run [-v] com.github.tkashkin.gamehub [--debug]
32 ```