summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-08-24 23:56:56 +0200
committermetamuffin <metamuffin@disroot.org>2025-08-24 23:56:56 +0200
commit3c46f434593d57ba90dd49145ad7cd210a5e2e8b (patch)
tree2492494b0a1251d1eeddaf415e26626995aace33
parent77f687a6fa6a46358a118c6d3e85dbda9546960e (diff)
downloadhurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar
hurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar.bz2
hurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar.zst
remove client wrapper part
-rw-r--r--snap/snapcraft.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 8aa9ab1..70ba193 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -156,16 +156,6 @@ parts:
organize: { "client.pck": usr/share/hurrycurry/client.pck }
prime: [usr/share/hurrycurry/client.pck]
- client-wrapper:
- plugin: dump
- source: .
- source-type: local
- override-build: |
- mkdir -p $CRAFT_PART_INSTALL/bin
- install -m755 snap/client-wrapper.sh $CRAFT_PART_INSTALL/bin
- stage: [bin/client-wrapper.sh]
- prime: [bin/client-wrapper.sh]
-
server:
plugin: rust
source: https://codeberg.org/hurrycurry/hurrycurry.git