🎉 Added VSeeFace

This commit is contained in:
Edgar 2021-04-16 12:21:25 +02:00
parent 64cdca9515
commit a5a9a9e58e
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
3 changed files with 25 additions and 6 deletions

View File

@ -5,8 +5,8 @@
"autoupdate": { "autoupdate": {
"url": "https://github.com/nxxm/nxxm/releases/download/v$version/nxxm-v$version-windows-win64.zip" "url": "https://github.com/nxxm/nxxm/releases/download/v$version/nxxm-v$version-windows-win64.zip"
}, },
"version": "0.0.13", "version": "0.0.14",
"url": "https://github.com/nxxm/nxxm/releases/download/v0.0.13/nxxm-v0.0.13-windows-win64.zip", "url": "https://github.com/nxxm/nxxm/releases/download/v0.0.14/nxxm-v0.0.14-windows-win64.zip",
"hash": "6bc26e35154ea4082e2954cd7811d9a8bb02d7c45cb6038d91f04bd121c916f9", "hash": "c7a32e98861d3b5eb2755ce9882ec2322e3aade2f0d43350a08f4ac730cc18bb",
"bin": "bin/nxxm.exe" "bin": "bin/nxxm.exe"
} }

View File

@ -5,12 +5,12 @@
"autoupdate": { "autoupdate": {
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip" "url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/$version/sonar-scanner-msbuild-$version-net46.zip"
}, },
"version": "5.1.0.28487", "version": "5.2.0.29862",
"url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.1.0.28487/sonar-scanner-msbuild-5.1.0.28487-net46.zip", "url": "https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.2.0.29862/sonar-scanner-msbuild-5.2.0.29862-net46.zip",
"bin": [ "bin": [
"MSBuild.SonarQube.Runner.exe", "MSBuild.SonarQube.Runner.exe",
"SonarQube.Scanner.MSBuild.exe", "SonarQube.Scanner.MSBuild.exe",
"SonarScanner.MSBuild.exe" "SonarScanner.MSBuild.exe"
], ],
"hash": "5d540ae42f71ed25d344e308fdddcee7a7fd650970d8aa2974c765bda696c7fa" "hash": "096c90aec4fcc5541b4aed8820cc6d27e00ce7823b6ab58f9ee2ff5865304de0"
} }

19
vseeface.json Normal file
View File

@ -0,0 +1,19 @@
{
"checkver": {
"github": "https://github.com/emilianavt/VSeeFaceReleases"
},
"autoupdate": {
"url": "https://github.com/emilianavt/VSeeFaceReleases/releases/download/v$version/VSeeFace-v$version.zip"
},
"version": "1.13.36",
"url": "https://github.com/emilianavt/VSeeFaceReleases/releases/download/v1.13.36/VSeeFace-v1.13.36.zip",
"hash": "e1dcaba912df13e8f94a16c38419b864d725471aa6a38e0fe2ab41817646213c",
"extract_dir": "VSeeFace",
"bin": "VSeeFace.exe",
"shortcuts": [
[
"VSeeFace.exe",
"VSeeFace"
]
]
}