summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-04-06 20:43:31 +0200
committertpart <tpart120@proton.me>2025-04-06 20:43:31 +0200
commitef10114cfc835dd49c3d911a728b93e475a7963f (patch)
tree9a40cc29a1d190e4197679d9e9b779fe641b6449
parent026248473d1d4538bd88a1641eac9f859f823eb4 (diff)
downloadhurrycurry-snap-ef10114cfc835dd49c3d911a728b93e475a7963f.tar
hurrycurry-snap-ef10114cfc835dd49c3d911a728b93e475a7963f.tar.bz2
hurrycurry-snap-ef10114cfc835dd49c3d911a728b93e475a7963f.tar.zst
Fix build error when importing
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 9d67dcc..22eba31 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -128,6 +128,8 @@ parts:
- libglu1-mesa
build-packages: [rustup, ffmpeg]
override-build: |
+ mkdir client/.godot
+ touch client/.godot/import-finished
make client
GODOT_SILENCE_ROOT_WARNING=true $CRAFT_STAGE/bin/godot-editor --headless --export-pack wasm32-unknown-unknown $CRAFT_PART_INSTALL/client.pck client/project.godot
organize: { "client.pck": usr/share/hurrycurry/client.pck }