fix(snap): add $SNAP/usr/bin to $PATH in snap

This commit is contained in:
Jon Seager 2025-01-11 09:32:40 +00:00
parent bcce513c75
commit 0bd5d2fe9e
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ apps:
yazi:
command: yazi
environment:
PATH: $SNAP/bin:$PATH
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
parts:
yazi: