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.
  • Loading branch information
TheEvilSkeleton committed Jan 5, 2025
1 parent 342529a commit ec7bb5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "build-packages"
runs-on: ubuntu-latest
container:
image: ghcr.io/bottlesdevs/flatpak-github-actions:gnome-nightly-with-wine
image: flatpak/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
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 ec7bb5c

Please sign in to comment.