Serial-Studio/updates.json

26 lines
1020 B
JSON
Raw Normal View History

2020-10-18 06:50:26 -05:00
{
2021-01-13 23:12:03 -05:00
"updates":{
"windows":{
2022-02-07 04:20:15 -06:00
"open-url":"",
2024-03-21 02:29:37 -05:00
"latest-version":"2.0.0",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v2.0.0/SerialStudio-2.0.0-Windows.exe",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v2.0.0",
2021-01-13 23:15:39 -05:00
"mandatory":false
2021-01-13 23:12:03 -05:00
},
"osx":{
2022-02-07 04:20:15 -06:00
"open-url":"",
2024-03-21 02:29:37 -05:00
"latest-version":"2.0.0",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v2.0.0/SerialStudio-2.0.0-macOS.zip",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v2.0.0",
2021-01-13 23:15:39 -05:00
"mandatory":false
2021-01-13 23:12:03 -05:00
},
"linux":{
2022-02-07 04:20:15 -06:00
"open-url":"",
2024-03-21 02:29:37 -05:00
"latest-version":"2.0.0",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v2.0.0/SerialStudio-2.0.0-Linux.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v2.0.0",
2021-01-13 23:15:39 -05:00
"mandatory":false
2021-01-13 23:12:03 -05:00
}
}
2020-10-18 06:50:26 -05:00
}