From 33547c639cc485171243fea39993d5714319b520 Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:00:26 +0100 Subject: [PATCH] chore: Update in-tree flatpak to use kde platform 6.10 6.8 is eol. Also 6.10 requires codecs-extra so it fixes compatibility with replaymod. flathub should also get updated to 6.10 but it's not as important because 6.9 isnt eol Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> --- .github/workflows/flatpak.yml | 2 +- flatpak/org.prismlauncher.PrismLauncher.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 7a4a9b293..2946e930e 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -79,7 +79,7 @@ jobs: runs-on: ${{ matrix.os }} container: - image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.8 + image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.10 options: --privileged steps: diff --git a/flatpak/org.prismlauncher.PrismLauncher.yml b/flatpak/org.prismlauncher.PrismLauncher.yml index 80ed8158d..3de68e228 100644 --- a/flatpak/org.prismlauncher.PrismLauncher.yml +++ b/flatpak/org.prismlauncher.PrismLauncher.yml @@ -1,6 +1,6 @@ id: org.prismlauncher.PrismLauncher runtime: org.kde.Platform -runtime-version: '6.8' +runtime-version: '6.10' sdk: org.kde.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.openjdk17