diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-19 19:22:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-19 19:22:20 +0200 |
commit | 2b23dc1b0be4cb6e7c633ed4f9c850f01fc39813 (patch) | |
tree | 4fe2e4b8ccc01f0b8d61bc083e2606292a35a5f3 | |
parent | a2e06f1985d28cc2455d9d1b857ed0ca91a4347a (diff) | |
download | hurrycurry-flatpak-2b23dc1b0be4cb6e7c633ed4f9c850f01fc39813.tar hurrycurry-flatpak-2b23dc1b0be4cb6e7c633ed4f9c850f01fc39813.tar.bz2 hurrycurry-flatpak-2b23dc1b0be4cb6e7c633ed4f9c850f01fc39813.tar.zst |
add book.json; fix #6
-rw-r--r-- | org.metamuffin.hurrycurry.client.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.metamuffin.hurrycurry.client.yaml b/org.metamuffin.hurrycurry.client.yaml index 1f601f4..231af1f 100644 --- a/org.metamuffin.hurrycurry.client.yaml +++ b/org.metamuffin.hurrycurry.client.yaml @@ -97,6 +97,7 @@ modules: - install -dD /app/share/hurrycurry/data/recipes - install -dD /app/share/hurrycurry/data/maps - cp -v data/index.yaml /app/share/hurrycurry/data/index.yaml + - cp -v data/book.json /app/share/hurrycurry/data/book.json - cp -vr data/recipes/*.yaml /app/share/hurrycurry/data/recipes - cp -vr data/maps/*.yaml /app/share/hurrycurry/data/maps - godot-editor --headless --export-pack wasm32-unknown-unknown /app/share/hurrycurry/client.pck client/project.godot |