File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
testing :
8
8
runs-on : ubuntu-latest
9
9
container :
10
- image : ghcr.io/andyholmes/flatter/gnome:47
10
+ image : ghcr.io/andyholmes/flatter/gnome:48
11
11
options : --privileged
12
12
steps :
13
13
- name : Checkout
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ For more details please visit the [documentation](./DOCUMENTATION.md) page.
19
19
```
20
20
git clone https://github.com/tchx84/Flatseal.git
21
21
cd Flatseal
22
- flatpak --user install org.gnome.{Platform,Sdk}//47
22
+ flatpak --user install org.gnome.{Platform,Sdk}//48
23
23
flatpak-builder --user --force-clean --install build com.github.tchx84.Flatseal.json
24
24
flatpak --user run --branch=master com.github.tchx84.Flatseal
25
25
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"app-id" : " com.github.tchx84.Flatseal" ,
3
3
"runtime" : " org.gnome.Platform" ,
4
- "runtime-version" : " 47 " ,
4
+ "runtime-version" : " 48 " ,
5
5
"sdk" : " org.gnome.Sdk" ,
6
6
"separate-locales" : false ,
7
7
"command" : " com.github.tchx84.Flatseal" ,
You can’t perform that action at this time.
0 commit comments