Skip to content

Commit

Permalink
Update flatpak runtime version. This fixes #5552
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Feb 17, 2021
1 parent 3f13184 commit 0ffe194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/flatpak/org.wesnoth.Wesnoth.json
@@ -1,7 +1,7 @@
{
"app-id": "org.wesnoth.Wesnoth",
"runtime": "org.freedesktop.Platform",
"runtime-version": "19.08",
"runtime-version": "20.08",
"sdk": "org.freedesktop.Sdk",
"finish-args": [
"--device=dri",
Expand Down
2 changes: 1 addition & 1 deletion utils/dockerbuilds/CI/Dockerfile-base-flatpak
Expand Up @@ -8,4 +8,4 @@ RUN apt update
RUN apt install -y flatpak flatpak-builder jq
RUN flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
# install runtime
RUN flatpak install -y flathub org.freedesktop.Platform/x86_64/19.08 org.freedesktop.Sdk/x86_64/19.08
RUN flatpak install -y flathub org.freedesktop.Platform/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08

0 comments on commit 0ffe194

Please sign in to comment.