Skip to content

Commit

Permalink
fix: fix flatpak bundle
Browse files Browse the repository at this point in the history
force fallback for fmt, so that it is correctly installed into the final bundle
  • Loading branch information
Totto16 committed Oct 31, 2024
1 parent a5c505f commit f6974a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions io.github.openbrickprotocolfoundation.oopetris.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: io.github.openbrickprotocolfoundation.oopetris
runtime: org.freedesktop.Platform
runtime-version: "24.08"
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: oopetris
modules:
Expand All @@ -24,13 +24,14 @@ modules:
- -Dbuild_installer=true
- --libdir=lib
- -Dtests=true
- --force-fallback-for=fmt # note, the freedesktop sdk has this installed, but it is not copiable into the runtime, so we need to build it ourself, to be able to install it correctly
builddir: true
build-options:
build-args:
- --share=network
sources:
- type: dir
path: "."
path: '.'
skip:
- .github/
- .vscode/
Expand Down

0 comments on commit f6974a4

Please sign in to comment.