forked from Razee4315/Paperling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaperling.json
More file actions
25 lines (25 loc) · 891 Bytes
/
Copy pathpaperling.json
File metadata and controls
25 lines (25 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"version": "0.6.21",
"description": "A minimal, distraction-free Markdown editor with live preview, math, diagrams, and an optional AI assistant.",
"homepage": "https://github.com/Razee4315/Paperling",
"license": "Freeware",
"notes": "Paperling is free for personal use. Commercial use requires permission from the author.",
"architecture": {
"64bit": {
"url": "https://github.com/Razee4315/Paperling/releases/download/v0.6.21/Paperling_0.6.21_x64-setup.exe#/dl.7z",
"hash": "2f93b39ab58bb661167a108455c43f7e969cb92419293a0447f2ae64a344e37f"
}
},
"bin": "Paperling.exe",
"shortcuts": [
["Paperling.exe", "Paperling"]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Razee4315/Paperling/releases/download/v$version/Paperling_$version_x64-setup.exe#/dl.7z"
}
}
}
}