Merge pull request #110 from MightyCreak/upgrade-flatpak-runtime
Upgrade gnome runtime from 3.38 to 41
This commit is contained in:
commit
e0e6210cff
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Changed
|
||||
- Modularized the VCSs (reducing main.py by around 1300 lines)
|
||||
- Bump GNOME runtime version from 3.38 to 41
|
||||
|
||||
### Fixed
|
||||
- Fixed 'APP_NAME' error when opening non existing file
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
app-id: io.github.mightycreak.Diffuse
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: '3.38'
|
||||
runtime-version: '41'
|
||||
sdk: org.gnome.Sdk
|
||||
command: diffuse
|
||||
finish-args:
|
||||
|
|
Loading…
Reference in New Issue