ScoopInstaller_Main/bucket/vivetool.json
2023-03-23 00:36:58 +00:00

15 lines
729 B
JSON

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