From 4552ce800f841205e9cdb73ec4903f2abe7bcad8 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 21 Sep 2024 13:28:31 +0200 Subject: Fix missing translations --- org.metamuffin.hurrycurry.client.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3-70-g09d2 From 180f2bb6788502d818007dfd9d14f643d42f9d3f Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 21 Sep 2024 14:22:41 +0200 Subject: Fix incorrect source type for translations --- org.metamuffin.hurrycurry.client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 75c6ae6..1c0d123 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -69,7 +69,7 @@ modules: sha256: 151fb4fcec92a59a8991154fddc51c165b2362cc27a26cf5dafe36ef9ef22cc9 url: https://codeberg.org/hurrycurry/hurrycurry-dist-extra/archive/v2.0.0.tar.gz - - type: archive + - type: file sha256: d3a69a6d27baf68c40ff7ca6ee5309b7aa233f80d8cd7c2c827837e78ef84c08 url: https://codeberg.org/hurrycurry/hurrycurry/releases/download/v2.0.0/translations-po.tar.xz -- cgit v1.2.3-70-g09d2