Merge pull request #148 from MightyCreak/upgrade-to-gnome-sdk-42

Upgrade Flatpak GNOME's runtime to 42
This commit is contained in:
Creak 2022-04-03 19:28:36 -04:00 committed by GitHub
commit 1a1907b3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,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: