summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snap/snapcraft.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 4a562b8..52d222d 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -36,14 +36,14 @@ layout:
apps:
server:
- command: $SNAP/bin/hurrycurry-server
+ command: bin/hurrycurry-server
environment:
HURRYCURRY_DATA_PATH: $SNAP/usr/share/hurrycurry/data
plugs:
- network
- network-bind
hurrycurry:
- command: $SNAP/bin/godot --main-pack $SNAP/usr/share/hurrycurry/client.pck
+ command: bin/godot --main-pack $SNAP/usr/share/hurrycurry/client.pck
environment:
HURRYCURRY_DATA_PATH: $SNAP/usr/share/hurrycurry/data
plugs: