mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 16:21:04 +00:00
fix: expose ya CLI in the Snap build (#2904)
This commit is contained in:
parent
ffdd74b6ab
commit
39f50c898b
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue