Upgrade Flatpak GNOME's runtime to 42
This commit is contained in:
parent
2231b79fc8
commit
8eba1da037
|
@ -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
|
||||
- Start converting the code to static types
|
||||
- Add more information about the dependencies in the documentation
|
||||
- Upgrade Flatpak GNOME's runtime to 42
|
||||
|
||||
### Fixed
|
||||
- Removed the lasting lint errors (i.e. in main.py)
|
||||
|
|
|
@ -55,7 +55,7 @@ pip install -r requirements.dev.txt
|
|||
To install Diffuse locally:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
app-id: io.github.mightycreak.Diffuse
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: '41'
|
||||
runtime-version: '42'
|
||||
sdk: org.gnome.Sdk
|
||||
command: diffuse
|
||||
finish-args:
|
||||
|
|
Loading…
Reference in New Issue