mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
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:
parent
3a9591a3d9
commit
065cd9997b
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue