diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 12:17:57 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 12:23:58 +0200 |
| commit | 2a28a38db1e8251611389e7ab6ab3c2c1ee21187 (patch) | |
| tree | b098109c16128369e3fdca9550f133efb32f42d7 /.build.yml | |
| parent | bc54383253343c32a856ebbc465f7f8a7243ffc2 (diff) | |
Make flatpak dirs configurable, use _
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,4 +41,4 @@ tasks: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - release: | cd map-linux - just clean_images=1 target=x86_64-unknown-linux-gnu flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci + just clean_images=1 flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci |