Skip to content

Commit f6974a4

Browse files
committed
fix: fix flatpak bundle
force fallback for fmt, so that it is correctly installed into the final bundle
1 parent a5c505f commit f6974a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

io.github.openbrickprotocolfoundation.oopetris.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.openbrickprotocolfoundation.oopetris
22
runtime: org.freedesktop.Platform
3-
runtime-version: "24.08"
3+
runtime-version: '24.08'
44
sdk: org.freedesktop.Sdk
55
command: oopetris
66
modules:
@@ -24,13 +24,14 @@ modules:
2424
- -Dbuild_installer=true
2525
- --libdir=lib
2626
- -Dtests=true
27+
- --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
2728
builddir: true
2829
build-options:
2930
build-args:
3031
- --share=network
3132
sources:
3233
- type: dir
33-
path: "."
34+
path: '.'
3435
skip:
3536
- .github/
3637
- .vscode/

0 commit comments

Comments
 (0)