Skip to content

Commit

Permalink
Merge pull request #260 from amartinz/flatpak-gnome-46
Browse files Browse the repository at this point in the history
flatpak: update org.gnome.platform to 46
  • Loading branch information
aknarts authored Jun 10, 2024
2 parents 359a043 + ce2f9d1 commit b0dd901
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: "Flatpak"
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Flatpak"
runs-on: ubuntu-20.04
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "io.github.achetagames.epic_asset_manager.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "epic_asset_manager",
"sdk-extensions": [
Expand Down
2 changes: 1 addition & 1 deletion build-aux/io.github.achetagames.epic_asset_manager.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "io.github.achetagames.epic_asset_manager",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "46",
"sdk": "org.gnome.Sdk",
"command": "epic_asset_manager",
"sdk-extensions": [
Expand Down

0 comments on commit b0dd901

Please sign in to comment.