mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 09:02:48 +08:00
15 lines
504 B
JSON
15 lines
504 B
JSON
{
|
|
"src": "dist/trilium-linux-x64",
|
|
"dest": "dist/",
|
|
"compression": "xz",
|
|
"name": "trilium",
|
|
"productName": "Trilium Notes",
|
|
"genericName": "Note taker",
|
|
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.",
|
|
"sections": "misc",
|
|
"maintainer": "zadam.apps@gmail.com",
|
|
"homepage": "https://github.com/zadam/trilium",
|
|
"bin": "trilium",
|
|
"icon": "dist/trilium-linux-x64/icon.png",
|
|
"categories": [ "Office" ]
|
|
}
|