Upgrade Flatpak GNOME's runtime to 42

This commit is contained in:
Romain Failliot 2022-04-03 19:25:24 -04:00
parent 2231b79fc8
commit 8eba1da037
3 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Better messages when an error occurs while parsing the config file - Better messages when an error occurs while parsing the config file
- Start converting the code to static types - Start converting the code to static types
- Add more information about the dependencies in the documentation - Add more information about the dependencies in the documentation
- Upgrade Flatpak GNOME's runtime to 42
### Fixed ### Fixed
- Removed the lasting lint errors (i.e. in main.py) - Removed the lasting lint errors (i.e. in main.py)

View File

@ -55,7 +55,7 @@ pip install -r requirements.dev.txt
To install Diffuse locally: To install Diffuse locally:
```sh ```sh
flatpak install runtime/org.gnome.Sdk/$(uname -p)/41 flatpak install runtime/org.gnome.Sdk/$(uname -p)/42
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
``` ```

View File

@ -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: '41' runtime-version: '42'
sdk: org.gnome.Sdk sdk: org.gnome.Sdk
command: diffuse command: diffuse
finish-args: finish-args: