chore: update to GNOME 44
This commit is contained in:
parent
937d1f8f2c
commit
74089bf055
|
@ -52,15 +52,14 @@ jobs:
|
||||||
flatpak-build-test:
|
flatpak-build-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
- name: Flatpak builder
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v4
|
|
||||||
with:
|
with:
|
||||||
bundle: "diffuse.flatpak"
|
bundle: "diffuse.flatpak"
|
||||||
manifest-path: "io.github.mightycreak.Diffuse.yml"
|
manifest-path: "io.github.mightycreak.Diffuse.yml"
|
||||||
|
|
|
@ -71,7 +71,7 @@ pip3 install -r requirements.dev.txt
|
||||||
To build, test and install Diffuse locally:
|
To build, test and install Diffuse locally:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
flatpak install runtime/org.gnome.Sdk/$(uname -p)/42
|
flatpak install runtime/org.gnome.Sdk/$(uname -p)/44
|
||||||
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
|
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
app-id: io.github.mightycreak.Diffuse
|
app-id: io.github.mightycreak.Diffuse
|
||||||
runtime: org.gnome.Platform
|
runtime: org.gnome.Platform
|
||||||
runtime-version: '42'
|
runtime-version: '44'
|
||||||
sdk: org.gnome.Sdk
|
sdk: org.gnome.Sdk
|
||||||
command: diffuse
|
command: diffuse
|
||||||
finish-args:
|
finish-args:
|
||||||
|
|
Loading…
Reference in New Issue