Skip to content

Commit ba66b78

Browse files
flatpak: Use master runtime version
1 parent edc0018 commit ba66b78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: "build-packages"
99
runs-on: ubuntu-latest
1010
container:
11-
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
11+
image: ghcr.io/theevilskeleton/flatpak-github-actions:gnome-nightly
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v4

build-aux/com.usebottles.bottles.Devel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"runtime": "org.gnome.Platform",
55
"base": "org.winehq.Wine",
66
"base-version": "stable-24.08",
7-
"runtime-version": "47",
7+
"runtime-version": "master",
88
"command": "bottles",
99
"finish-args": [
1010
"--allow=devel",
@@ -33,11 +33,11 @@
3333
"add-extensions": {
3434
"org.gnome.Platform.Compat.i386": {
3535
"directory": "lib/i386-linux-gnu",
36-
"version": "47"
36+
"version": "master"
3737
},
3838
"org.gnome.Platform.Compat.i386.Debug": {
3939
"directory": "lib/debug/lib/i386-linux-gnu",
40-
"version": "47",
40+
"version": "master",
4141
"no-autodownload": true
4242
},
4343
"com.valvesoftware.Steam.CompatibilityTool": {

0 commit comments

Comments
 (0)