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.
This commit is contained in:
Sebastian Hjelm 2025-06-22 11:06:34 +02:00
parent 3a9591a3d9
commit 065cd9997b
No known key found for this signature in database

View file

@ -18,6 +18,10 @@ apps:
command: yazi command: yazi
environment: environment:
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
ya:
command: ya
environment:
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
parts: parts:
yazi: yazi: