mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update snapcraft.yaml
This commit is contained in:
parent
bf077a1cf5
commit
383fd5f1d4
1 changed files with 4 additions and 1 deletions
|
@ -11,9 +11,13 @@ confinement: strict
|
|||
apps:
|
||||
task:
|
||||
command: bin/task
|
||||
environment:
|
||||
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin/:$PATH:$SNAP/bin/:$PATH
|
||||
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
environment:
|
||||
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin/:$PATH:$SNAP/bin/:$PATH
|
||||
|
||||
parts:
|
||||
task:
|
||||
|
@ -26,7 +30,6 @@ parts:
|
|||
- uuid-dev
|
||||
organize:
|
||||
usr/local/bin/: bin/
|
||||
|
||||
taskwarrior-tui:
|
||||
plugin: rust
|
||||
source: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue