-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.json
23 lines (23 loc) · 890 Bytes
/
version.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "v1.0.3",
"notes": "Test version",
"pub_date": "2024-06-22T19:25:57Z",
"platforms": {
"darwin-x86_64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://gitee.com/crazy_man_binbin/bubble-toolbox-online-release/blob/master/update/setup.zip"
},
"darwin-aarch64": {
"signature": "Content of app.tar.gz.sig",
"url": "https://gitee.com/crazy_man_binbin/bubble-toolbox-online-release/blob/master/update/setup.zip"
},
"linux-x86_64": {
"signature": "Content of app.AppImage.tar.gz.sig",
"url": "https://gitee.com/crazy_man_binbin/bubble-toolbox-online-release/blob/master/update/setup.zip"
},
"windows-x86_64": {
"signature": "Content of app.msi.sig",
"url": "https://gitee.com/crazy_man_binbin/bubble-toolbox-online-release/blob/master/update/setup.zip"
}
}
}