forked from Serial-Studio/Serial-Studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdates.json
More file actions
109 lines (109 loc) · 5.02 KB
/
Copy pathupdates.json
File metadata and controls
109 lines (109 loc) · 5.02 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"updates":{
"windows":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Windows.msi",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"osx":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-macOS.dmg",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-x64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-x64.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-arm64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-arm64.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux":{
"download-url":"",
"latest-version":"4.0.2",
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"windows-msi":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Windows.msi",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"windows-portable":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Windows-Portable.zip",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"windows-msix":{
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"latest-version":"4.0.2",
"download-url":"",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-appimage-x64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-x64.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-appimage-arm64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-arm64.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-deb-x64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-x64.deb",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-deb-arm64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-arm64.deb",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-rpm-x64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-x64.rpm",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"linux-rpm-arm64":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-Linux-arm64.rpm",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
},
"osx-dmg":{
"open-url":"",
"latest-version":"4.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v4.0.2/Serial-Studio-Pro-4.0.2-macOS.dmg",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v4.0.2",
"mandatory":false
}
}
}