From 065cd9997ba97f347e91dc6951fc49e616bfea9e Mon Sep 17 00:00:00 2001 From: Sebastian Hjelm Date: Sun, 22 Jun 2025 11:06:34 +0200 Subject: [PATCH] fix: Expose ya in the snap build Note that ya will be exposed as yazi.ya because snap does not support exposing multiple (non-prefixed) entrypoints for a single snap. However, this is still better than not exposing ya at all. --- snap/snapcraft.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 087c2dac..1913e045 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,6 +18,10 @@ apps: command: yazi environment: PATH: $SNAP/bin:$SNAP/usr/bin:$PATH + ya: + command: ya + environment: + PATH: $SNAP/bin:$SNAP/usr/bin:$PATH parts: yazi: