mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update to 3.0.3 release
This commit is contained in:
parent
77e6e18c25
commit
13ee67e430
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -18,7 +18,7 @@ on:
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
env:
|
||||
VERSION: "3.0.2"
|
||||
VERSION: "3.0.3"
|
||||
QT_VERSION_LINUX: 6.8.0
|
||||
QT_VERSION_MACOS: 6.8.0
|
||||
QT_VERSION_WINDOWS: 6.8.0
|
||||
|
@ -35,7 +35,7 @@ set(PROJECT_CONTACT "serial-studio.github.io")
|
||||
set(PROJECT_DESCRIPTION_SUMMARY "Multi-purpose data visualization software")
|
||||
set(PROJECT_VERSION_MAJOR "3")
|
||||
set(PROJECT_VERSION_MINOR "0")
|
||||
set(PROJECT_VERSION_PATCH "2")
|
||||
set(PROJECT_VERSION_PATCH "3")
|
||||
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
|
||||
set(PROJECT_APPCAST "https://raw.githubusercontent.com/Serial-Studio/Serial-Studio/master/updates.json")
|
||||
|
||||
|
@ -8,5 +8,5 @@ StartupNotify=true
|
||||
Categories=Electronics;Engineering;Science;
|
||||
Icon=serial-studio
|
||||
X-AppImage-Name=Serial Studio
|
||||
X-AppImage-Version=3.0.2
|
||||
X-AppImage-Version=3.0.3
|
||||
X-AppImage-Arch=x86_64
|
||||
|
@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.2</string>
|
||||
<string>3.0.3</string>
|
||||
<key>LSHasLocalizedDisplayName</key>
|
||||
<true/>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
24
updates.json
24
updates.json
@ -1,24 +1,24 @@
|
||||
{
|
||||
"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",
|
||||
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"latest-version":"3.0.3",
|
||||
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.3/Serial-Studio-3.0.3-Windows.exe",
|
||||
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"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",
|
||||
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"latest-version":"3.0.3",
|
||||
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.3/Serial-Studio-3.0.3-macOS-arm64.dmg",
|
||||
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"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",
|
||||
"open-url":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"latest-version":"3.0.3",
|
||||
"download-url":"https://github.com/Serial-Studio/Serial-Studio/releases/download/v3.0.3/Serial-Studio-3.0.3-Linux.AppImage",
|
||||
"changelog":"https://github.com/Serial-Studio/Serial-Studio/releases/tag/v3.0.3",
|
||||
"mandatory":false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user