-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathexample.json
48 lines (48 loc) · 1.1 KB
/
example.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"appName": "Desktop Updater",
"description": "This is my app description",
"items": [
{
"version": "0.1.8",
"shortVersion": 9,
"changes": [
{
"type": "chore",
"message": "Fix bug #1"
},
{
"type": "feat",
"message": "Add new feature #1"
},
{
"message": "Add new feature #2"
}
],
"date": "2025-01-10",
"mandatory": true,
"url": "https://s3.eu-central-1.amazonaws.com/www.monolib.net/archive/desktop_updater/0.1.8%2B9-windows",
"platform": "windows"
},
{
"version": "0.1.7",
"shortVersion": 8,
"changes": [
{
"type": "chore",
"message": "Fix bug #1"
},
{
"type": "feat",
"message": "Add new feature #1"
},
{
"message": "Add new feature #2"
}
],
"date": "2025-01-10",
"mandatory": true,
"url": "https://s3.eu-central-1.amazonaws.com/www.monolib.net/archive/desktop_updater/0.1.6%2B7-macos",
"platform": "macos"
}
]
}