diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-25 13:51:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-25 13:51:31 +0200 |
commit | b23bf6c52490e934376715cb46591494270fc85a (patch) | |
tree | d91b1989f6d4d62ade8f18acc613bcbfd3ddc26a /snap/client-wrapper.sh | |
parent | f3df8c32904b82ecd921761195cd61f48d777ccb (diff) | |
download | hurrycurry-snap-b23bf6c52490e934376715cb46591494270fc85a.tar hurrycurry-snap-b23bf6c52490e934376715cb46591494270fc85a.tar.bz2 hurrycurry-snap-b23bf6c52490e934376715cb46591494270fc85a.tar.zst |
works with server
Diffstat (limited to 'snap/client-wrapper.sh')
-rw-r--r-- | snap/client-wrapper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snap/client-wrapper.sh b/snap/client-wrapper.sh new file mode 100644 index 0000000..0170342 --- /dev/null +++ b/snap/client-wrapper.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd $SNAP/usr/share/hurrycurry +$SNAP/bin/godot --main-pack $SNAP/usr/share/hurrycurry/client.pck |