diff options
author | metamuffin <metamuffin@disroot.org> | 2025-08-24 23:56:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-08-24 23:56:56 +0200 |
commit | 3c46f434593d57ba90dd49145ad7cd210a5e2e8b (patch) | |
tree | 2492494b0a1251d1eeddaf415e26626995aace33 | |
parent | 77f687a6fa6a46358a118c6d3e85dbda9546960e (diff) | |
download | hurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar hurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar.bz2 hurrycurry-snap-3c46f434593d57ba90dd49145ad7cd210a5e2e8b.tar.zst |
remove client wrapper part
-rw-r--r-- | snap/snapcraft.yaml | 10 |
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 |