Skip to content

Commit

Permalink
build(flatpak): bump GNOME runtime to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
birros committed Oct 15, 2023
1 parent 9465345 commit 5909944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ $ flatpak install com.github.birros.WebArchives

```shell
$ flatpak install -y \
org.gnome.Platform//44 \
org.gnome.Sdk//44 \
org.gnome.Platform//45 \
org.gnome.Sdk//45 \
org.flatpak.Builder
$ flatpak run --command=flatpak-builder-lint org.flatpak.Builder \
--exceptions \
Expand Down
2 changes: 1 addition & 1 deletion build-aux/flatpak/com.github.birros.WebArchives.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.birros.WebArchives
runtime: org.gnome.Platform
runtime-version: '44'
runtime-version: '45'
sdk: org.gnome.Sdk
command: web-archives
finish-args:
Expand Down

0 comments on commit 5909944

Please sign in to comment.