From f8876c639b95310be6486e602ce821e58b2e2cde Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:25:15 +0530 Subject: [PATCH] vivetool: Add version 0.2.1 (#3322) --- bucket/vivetool.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bucket/vivetool.json diff --git a/bucket/vivetool.json b/bucket/vivetool.json new file mode 100644 index 0000000000..5a66d7639e --- /dev/null +++ b/bucket/vivetool.json @@ -0,0 +1,14 @@ +{ + "version": "0.2.1", + "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.2.1/ViveTool-v0.2.1.zip", + "hash": "186d487bfac1d9e7e69e581df4530fdddee5a83b00bcfecb6c5ac503ec09a322", + "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" + } +}