mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 12:17:19 +02:00
Change snap confinement to classic
This commit is contained in:
parent
d21cf2c303
commit
2aad53a25e
1 changed files with 1 additions and 6 deletions
|
@ -6,23 +6,18 @@ description: |
|
|||
A terminal user interface for taskwarrior to manage your tasks efficiently.
|
||||
|
||||
grade: stable
|
||||
confinement: strict
|
||||
confinement: classic # for running external binaries `task`
|
||||
|
||||
parts:
|
||||
taskwarrior-tui:
|
||||
plugin: rust
|
||||
source: .
|
||||
prepare: |
|
||||
apt-get update
|
||||
apt-get install taskwarrior -y
|
||||
|
||||
apps:
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
plugs:
|
||||
- home
|
||||
task:
|
||||
command: usr/bin/task
|
||||
|
||||
layout:
|
||||
/usr/bin/task:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue