From 36edb2771b63ba59bc81a94574c71414283f934f Mon Sep 17 00:00:00 2001 From: Hari Rana Date: Fri, 3 Jan 2025 13:01:14 -0500 Subject: [PATCH] flatpak: Use `master` runtime version This updates the workflow file by including our `gnome-nightly-with-wine` image. It also updates the Action link. --- .github/workflows/build_flatpak.yml | 4 ++-- build-aux/com.usebottles.bottles.Devel.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_flatpak.yml b/.github/workflows/build_flatpak.yml index 686f36782e..1321584e05 100644 --- a/.github/workflows/build_flatpak.yml +++ b/.github/workflows/build_flatpak.yml @@ -8,11 +8,11 @@ jobs: name: "build-packages" runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-nightly + image: ghcr.io/bottlesdevs/flatpak-github-actions:gnome-nightly-with-wine options: --privileged steps: - uses: actions/checkout@v4 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 + - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: bundle: bottles.flatpak manifest-path: build-aux/com.usebottles.bottles.Devel.json diff --git a/build-aux/com.usebottles.bottles.Devel.json b/build-aux/com.usebottles.bottles.Devel.json index 8fcf441952..84b24ec183 100644 --- a/build-aux/com.usebottles.bottles.Devel.json +++ b/build-aux/com.usebottles.bottles.Devel.json @@ -4,7 +4,7 @@ "runtime": "org.gnome.Platform", "base": "org.winehq.Wine", "base-version": "stable-24.08", - "runtime-version": "47", + "runtime-version": "master", "command": "bottles", "finish-args": [ "--allow=devel", @@ -33,11 +33,11 @@ "add-extensions": { "org.gnome.Platform.Compat.i386": { "directory": "lib/i386-linux-gnu", - "version": "47" + "version": "master" }, "org.gnome.Platform.Compat.i386.Debug": { "directory": "lib/debug/lib/i386-linux-gnu", - "version": "47", + "version": "master", "no-autodownload": true }, "com.valvesoftware.Steam.CompatibilityTool": {