diff options
author | metamuffin <42977997+metamuffin@users.noreply.github.com> | 2024-09-21 15:14:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-21 15:14:09 +0200 |
commit | 4a4c9b6bb540b6bc32b5a4affd3c8f742f7683af (patch) | |
tree | 838d8b83d9bb6eacc1cdfc9b7358b98f3f247c48 | |
parent | 55e9ce6dc1f44ac32bd2cce71cdb03ce5b749084 (diff) | |
parent | 180f2bb6788502d818007dfd9d14f643d42f9d3f (diff) | |
download | hurrycurry-flatpak-4a4c9b6bb540b6bc32b5a4affd3c8f742f7683af.tar hurrycurry-flatpak-4a4c9b6bb540b6bc32b5a4affd3c8f742f7683af.tar.bz2 hurrycurry-flatpak-4a4c9b6bb540b6bc32b5a4affd3c8f742f7683af.tar.zst |
Merge pull request #9 from flathub/next
Next
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index e8422c7..1c0d123 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -68,9 +68,15 @@ modules: - type: archive sha256: 151fb4fcec92a59a8991154fddc51c165b2362cc27a26cf5dafe36ef9ef22cc9 url: https://codeberg.org/hurrycurry/hurrycurry-dist-extra/archive/v2.0.0.tar.gz + + - type: file + sha256: d3a69a6d27baf68c40ff7ca6ee5309b7aa233f80d8cd7c2c827837e78ef84c08 + url: https://codeberg.org/hurrycurry/hurrycurry/releases/download/v2.0.0/translations-po.tar.xz build-commands: - tar -xf book.webp.tar.zst -C client/menu/book + - mkdir client/po + - tar -xf translations-po.tar.xz -C client/po - install -dD /app/share/hurrycurry - godot-editor --headless --export-pack wasm32-unknown-unknown /app/share/hurrycurry/client.pck client/project.godot - rm /app/bin/godot-editor |