Skip to content

Commit

Permalink
feat: add uvx and uv-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 28, 2024
1 parent ba20f24 commit f85b3b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,19 @@ parts:
organize:
uv: bin/uv
uv-dev: bin/uv-dev
uvx: bin/uvx
lib*.so: lib/

apps:
uv:
command: bin/uv
environment:
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
uv-dev:
command: bin/uv-dev
environment:
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH
uvx:
command: bin/uvx
environment:
PATH: $SNAP/bin:$SNAP/usr/bin:$PATH

0 comments on commit f85b3b7

Please sign in to comment.