mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +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:
|
apps:
|
||||||
task:
|
task:
|
||||||
command: bin/task
|
command: bin/task
|
||||||
|
environment:
|
||||||
|
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin/:$PATH:$SNAP/bin/:$PATH
|
||||||
|
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
command: bin/taskwarrior-tui
|
command: bin/taskwarrior-tui
|
||||||
|
environment:
|
||||||
|
PATH: $SNAP/usr/bin:$SNAP/usr/local/bin/:$PATH:$SNAP/bin/:$PATH
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
task:
|
task:
|
||||||
|
@ -26,7 +30,6 @@ parts:
|
||||||
- uuid-dev
|
- uuid-dev
|
||||||
organize:
|
organize:
|
||||||
usr/local/bin/: bin/
|
usr/local/bin/: bin/
|
||||||
|
|
||||||
taskwarrior-tui:
|
taskwarrior-tui:
|
||||||
plugin: rust
|
plugin: rust
|
||||||
source: .
|
source: .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue