vivetool: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2022-06-28 00:33:38 +00:00
parent 68c8f77eb6
commit 95bac2c592

View File

@ -1,10 +1,10 @@
{ {
"version": "0.2.1", "version": "0.3.0",
"description": "App for using new feature control APIs available in Windows 10 version 2004 or newer.", "description": "App for using new feature control APIs available in Windows 10 version 2004 or newer.",
"homepage": "https://github.com/thebookisclosed/ViVe", "homepage": "https://github.com/thebookisclosed/ViVe",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"url": "https://github.com/thebookisclosed/ViVe/releases/download/v0.2.1/ViveTool-v0.2.1.zip", "url": "https://github.com/thebookisclosed/ViVe/releases/download/v0.3.0/ViveTool-v0.3.0.zip",
"hash": "186d487bfac1d9e7e69e581df4530fdddee5a83b00bcfecb6c5ac503ec09a322", "hash": "e097d86c731f4d449d6e7e5ba66ab64deb22f16972617f57734592f89184c989",
"pre_install": "if ([Environment]::OSVersion.Version.Build -lt 18963) { error 'Windows build 18963 or newer is required.'; break }", "pre_install": "if ([Environment]::OSVersion.Version.Build -lt 18963) { error 'Windows build 18963 or newer is required.'; break }",
"bin": "ViVeTool.exe", "bin": "ViVeTool.exe",
"checkver": "github", "checkver": "github",