diff options
Diffstat (limited to 'snap/snapcraft.yaml')
-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 |