Warning, /utilities/toad/org.kde.tasks.json is written in an unsupported language. File is not indexed.
0001 {
0002 "id": "org.kde.tasks",
0003 "runtime": "org.kde.Platform",
0004 "runtime-version": "5.15-21.08",
0005 "sdk": "org.kde.Sdk",
0006 "command": "tasks",
0007 "tags": ["nightly"],
0008 "desktop-file-name-suffix": " (Nightly)",
0009 "finish-args": [
0010 "--share=ipc",
0011 "--share=network",
0012 "--socket=x11",
0013 "--socket=wayland",
0014 "--device=dri"
0015 ],
0016 "separate-locales": false,
0017
0018 "modules": [
0019 {
0020 "name": "tasks",
0021 "buildsystem": "cmake-ninja",
0022 "builddir": true,
0023 "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ]
0024 }
0025 ]
0026 }
0027