summaryrefslogtreecommitdiff
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 64f9986..fbaf583 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: hurrycurry
base: core24
-version: "2.3.1"
+version: "2.3.2"
summary: Multiplayer co-op cooking game
license: AGPL-3.0-only
website: https://hurrycurry.metamuffin.org/
@@ -127,7 +127,7 @@ parts:
metainfo:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry-dist-extra.git
- source-tag: v2.3.1
+ source-tag: v2.3.2
build-packages: [python3]
override-build: |
python3 translate.py
@@ -141,7 +141,7 @@ parts:
plugin: nil
after: [godot-editor]
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.1
+ source-tag: v2.3.2
stage-packages:
- libglu1-mesa
build-packages: [rustup, ffmpeg]
@@ -166,24 +166,25 @@ parts:
server:
plugin: rust
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.1
+ source-tag: v2.3.2
rust-path: [server]
discover:
plugin: rust
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.1
+ source-tag: v2.3.2
rust-path: [server/discover]
data:
plugin: dump
source: https://codeberg.org/hurrycurry/hurrycurry.git
- source-tag: v2.3.1
+ source-tag: v2.3.2
build-packages: [rustup, nodejs]
build-snaps: []
override-build: |
make data JSR=node
mkdir -p $CRAFT_PART_INSTALL/data/{maps,recipes}
+ cp -v data/book.json $CRAFT_PART_INSTALL/data/book.json
cp -v data/index.yaml $CRAFT_PART_INSTALL/data/index.yaml
cp -vr data/recipes/*.yaml $CRAFT_PART_INSTALL/data/recipes
cp -vr data/maps/*.yaml $CRAFT_PART_INSTALL/data/maps