Serial-Studio/updates.json
Alex Spataru 881b1e220d
Revert updates.json to open website instead of direct download
Just wanted to test that the download feature still works :)
2024-11-03 13:31:48 -05:00

26 lines
1.2 KiB
JSON

{
"updates":{
"windows":{
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"latest-version":"3.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.2/Serial-Studio-3.0.2-Windows.exe",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"mandatory":false
},
"osx":{
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"latest-version":"3.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.2/Serial-Studio-3.0.2-macOS-arm64.dmg",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"mandatory":false
},
"linux":{
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"latest-version":"3.0.2",
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.2/Serial-Studio-3.0.2-Linux.AppImage",
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.2",
"mandatory":false
}
}
}