🔧 Added checkver and autoupdate
This commit is contained in:
parent
75331f58cd
commit
248b2c8313
@ -1,9 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "4.5.0.1761",
|
"checkver": {
|
||||||
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.5.0.1761/sonar-scanner-msbuild-4.5.0.1761-net46.zip",
|
"github": "https://github.com/SonarSource/sonar-scanner-msbuild"
|
||||||
"bin": [
|
},
|
||||||
"MSBuild.SonarQube.Runner.exe",
|
"autoupdate": {
|
||||||
"SonarQube.Scanner.MSBuild.exe",
|
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip"
|
||||||
"SonarScanner.MSBuild.exe"
|
},
|
||||||
]
|
"version": "4.5.0.1761",
|
||||||
|
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/4.5.0.1761/sonar-scanner-msbuild-4.5.0.1761-net46.zip",
|
||||||
|
"bin": [
|
||||||
|
"MSBuild.SonarQube.Runner.exe",
|
||||||
|
"SonarQube.Scanner.MSBuild.exe",
|
||||||
|
"SonarScanner.MSBuild.exe"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/streamlink/streamlink-twitch-gui/"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/streamlink/streamlink-twitch-gui/releases/download/$version/streamlink-twitch-gui-$version-win64.zip"
|
||||||
|
},
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"url": "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.6.0/streamlink-twitch-gui-v1.6.0-win64.zip",
|
"url": "https://github.com/streamlink/streamlink-twitch-gui/releases/download/v1.6.0/streamlink-twitch-gui-v1.6.0-win64.zip",
|
||||||
"bin": "streamlink-twitch-gui/streamlink-twitch-gui.exe"
|
"bin": "streamlink-twitch-gui/streamlink-twitch-gui.exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user