🔧 Added checkver and autoupdate

This commit is contained in:
Edgar 2019-02-03 15:58:25 +01:00
parent 75331f58cd
commit 248b2c8313
2 changed files with 19 additions and 7 deletions

View File

@ -1,9 +1,15 @@
{
"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"
]
"checkver": {
"github": "https://github.com/SonarSource/sonar-scanner-msbuild"
},
"autoupdate": {
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip"
},
"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"
]
}

View File

@ -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",
"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"