Skip to content

Commit

Permalink
Revert "flatpak: Use master runtime version"
Browse files Browse the repository at this point in the history
This reverts commit 36edb27.

As discussed internally, it was a rushed and nondemocratic decision
to apply this commit without asking anybody else.
  • Loading branch information
TheEvilSkeleton committed Jan 5, 2025
1 parent 2ad9164 commit 6d5ce2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: ghcr.io/bottlesdevs/flatpak-github-actions:gnome-nightly-with-wine
image: bilelmoussaoui/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: bottles.flatpak
manifest-path: build-aux/com.usebottles.bottles.Devel.json
Expand Down
6 changes: 3 additions & 3 deletions build-aux/com.usebottles.bottles.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runtime": "org.gnome.Platform",
"base": "org.winehq.Wine",
"base-version": "stable-24.08",
"runtime-version": "master",
"runtime-version": "47",
"command": "bottles",
"finish-args": [
"--allow=devel",
Expand Down Expand Up @@ -33,11 +33,11 @@
"add-extensions": {
"org.gnome.Platform.Compat.i386": {
"directory": "lib/i386-linux-gnu",
"version": "master"
"version": "47"
},
"org.gnome.Platform.Compat.i386.Debug": {
"directory": "lib/debug/lib/i386-linux-gnu",
"version": "master",
"version": "47",
"no-autodownload": true
},
"com.valvesoftware.Steam.CompatibilityTool": {
Expand Down

0 comments on commit 6d5ce2f

Please sign in to comment.