Skip to content

Commit 321f5da

Browse files
committed
manifest: Bump to GNOME 48
Closes #763
1 parent 208cb6f commit 321f5da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
testing:
88
runs-on: ubuntu-latest
99
container:
10-
image: ghcr.io/andyholmes/flatter/gnome:47
10+
image: ghcr.io/andyholmes/flatter/gnome:48
1111
options: --privileged
1212
steps:
1313
- name: Checkout

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more details please visit the [documentation](./DOCUMENTATION.md) page.
1919
```
2020
git clone https://github.com/tchx84/Flatseal.git
2121
cd Flatseal
22-
flatpak --user install org.gnome.{Platform,Sdk}//47
22+
flatpak --user install org.gnome.{Platform,Sdk}//48
2323
flatpak-builder --user --force-clean --install build com.github.tchx84.Flatseal.json
2424
flatpak --user run --branch=master com.github.tchx84.Flatseal
2525
```

com.github.tchx84.Flatseal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "com.github.tchx84.Flatseal",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "47",
4+
"runtime-version": "48",
55
"sdk": "org.gnome.Sdk",
66
"separate-locales": false,
77
"command": "com.github.tchx84.Flatseal",

0 commit comments

Comments
 (0)