mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-09 01:02:40 +00:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"template": "cmake",
|
|
"kill": "UTPass",
|
|
"scripts": {
|
|
"c": "third/clean.sh && clickable clean",
|
|
"crun": "third/clean.sh && clickable",
|
|
"run": "clickable --dirty",
|
|
"crund": "third/clean.sh && clickable desktop",
|
|
"rund": "clickable desktop --dirty"
|
|
},
|
|
"dependencies_build": [
|
|
"texinfo",
|
|
"gpgsm"
|
|
]
|
|
}
|