-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathupdates.json
More file actions
32 lines (32 loc) · 1.58 KB
/
updates.json
File metadata and controls
32 lines (32 loc) · 1.58 KB
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
26
27
28
29
30
31
32
{
"updates": {
"windows": {
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2",
"latest-version": "0.1.2",
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2/codepointer-v0.1.2-x86_64.exe",
"changelog": "Terminal support, better search options",
"mandatory": true
},
"windows-testing": {
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2",
"latest-version": "0.1.2",
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2/codepointer-v0.1.2-x86_64.exe",
"changelog": "Terminal support, better search options",
"mandatory": true
},
"linux": {
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2",
"latest-version": "0.1.2",
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2/codepointer-v0.1.2-x86_64.AppImage",
"changelog": "Terminal support, better search options",
"mandatory": true
},
"linux-testing": {
"open-url": "https://github.com/codepointerapp/codepointer/releases/tag/v0.1.2",
"latest-version": "0.1.2",
"download-url": "https://github.com/codepointerapp/codepointer/releases/download/v0.1.2/codepointer-v0.1.2-x86_64.AppImage",
"changelog": "Terminal support, better search options",
"mandatory": true
}
}
}