Skip to content

Commit 4c80af7

Browse files
committed
chore(flatpak): update gnome platform
1 parent f3d63dd commit 4c80af7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
### Fixed
2121

2222
- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak)
23+
- Update to flatpak's GNOME runtime 46 (@MightyCreak)
2324

2425
## 0.9.0 - 2024-01-13
2526

docs/developers/developers-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ git config --local core.hooksPath ./.githooks
7979
To build, test and install Diffuse locally:
8080

8181
```sh
82-
flatpak install runtime/org.gnome.Sdk/$(uname -m)/44
82+
flatpak install runtime/org.gnome.Sdk/$(uname -m)/46
8383
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8484
```
8585

io.github.mightycreak.Diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.mightycreak.Diffuse
22
runtime: org.gnome.Platform
3-
runtime-version: '45'
3+
runtime-version: '46'
44
sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:

0 commit comments

Comments
 (0)