-
Notifications
You must be signed in to change notification settings - Fork 249
/
updates.json
39 lines (39 loc) · 1.48 KB
/
updates.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
{
"updates": {
"windows": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://raw.githubusercontent.com/alex-spataru/QSimpleUpdater/master/tutorial/download/YesItWorks.jpg",
"changelog": "This is an example changelog for Windows. Go on...",
"mandatory": true
},
"osx": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://raw.githubusercontent.com/alex-spataru/QSimpleUpdater/master/tutorial/download/YesItWorks.jpg",
"changelog": "This is an example changelog for Mac OS X. Go on...",
"mandatory": true
},
"linux": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://raw.githubusercontent.com/alex-spataru/QSimpleUpdater/master/tutorial/download/YesItWorks.jpg",
"changelog": "This is an example changelog for Linux. Go on...",
"mandatory": true
},
"ios": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://raw.githubusercontent.com/alex-spataru/QSimpleUpdater/master/tutorial/download/YesItWorks.jpg",
"changelog": "This is an example changelog for iOS. Go on...",
"mandatory": true
},
"android": {
"open-url": "",
"latest-version": "1.0",
"download-url": "https://raw.githubusercontent.com/alex-spataru/QSimpleUpdater/master/tutorial/download/YesItWorks.jpg",
"changelog": "This is an example changelog for Android. Go on...",
"mandatory": true
}
}
}