diff options
author | tpart <tpart120@proton.me> | 2024-09-21 13:28:31 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-21 13:28:31 +0200 |
commit | 4552ce800f841205e9cdb73ec4903f2abe7bcad8 (patch) | |
tree | a3e256a4c0dcda3187335e844897b3fa270dc000 | |
parent | 77801521fcc54ed745c7d1e1b86a47bc09dfa459 (diff) | |
download | hurrycurry-flatpak-4552ce800f841205e9cdb73ec4903f2abe7bcad8.tar hurrycurry-flatpak-4552ce800f841205e9cdb73ec4903f2abe7bcad8.tar.bz2 hurrycurry-flatpak-4552ce800f841205e9cdb73ec4903f2abe7bcad8.tar.zst |
Fix missing translations
-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..75c6ae6 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: archive + 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 |