Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flatpak CI + upgrade to freedesktop 24.08 runtime #12

Merged
merged 3 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
build-linux64-flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
continue-on-error: true
with:
bundle: voidsprite-build-linux64-flatpak.flatpak
Expand Down Expand Up @@ -139,4 +139,4 @@ jobs:
with:
name: voidsprite-build-mac-intel64
path: |
voidsprite.app.tar
voidsprite.app.tar
2 changes: 1 addition & 1 deletion freesprite/linux/flatpak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To build:

- `git clone https://github.com/counter185/voidsprite`
- `cd voidsprite`
- `cd freesprite/linux/flatpack`
- `cd freesprite/linux/flatpak`
- `flatpak-builder --repo flatpak-repo .flatpak-builder com.github.counter185.voidsprite.yml --force-clean`
- `flatpak build-bundle flatpak-repo voidsprite.flatpak com.github.counter185.voidsprite`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: com.github.counter185.voidsprite
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: voidsprite

Expand Down
Loading