We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a252efc commit 4d25d3aCopy full SHA for 4d25d3a
README.md
@@ -19,7 +19,7 @@ For more details please visit the [documentation](./DOCUMENTATION.md) page.
19
```
20
git clone https://github.com/tchx84/Flatseal.git
21
cd Flatseal
22
-flatpak --user install org.gnome.{Platform,Sdk}//45
+flatpak --user install org.gnome.{Platform,Sdk}//46
23
flatpak-builder --user --force-clean --install build com.github.tchx84.Flatseal.json
24
flatpak --user run --branch=master com.github.tchx84.Flatseal
25
com.github.tchx84.Flatseal.json
@@ -1,7 +1,7 @@
1
{
2
"app-id": "com.github.tchx84.Flatseal",
3
"runtime": "org.gnome.Platform",
4
- "runtime-version": "45",
+ "runtime-version": "46",
5
"sdk": "org.gnome.Sdk",
6
"separate-locales": false,
7
"command": "com.github.tchx84.Flatseal",
0 commit comments