diff options
-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 |