From a2d30f4d85b43ea107d2fa06f24edf576041d9b4 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sat, 30 Jul 2022 11:06:34 +0200 Subject: [PATCH] :tada: Added VRCX --- vrcx.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vrcx.json diff --git a/vrcx.json b/vrcx.json new file mode 100644 index 0000000..1431a54 --- /dev/null +++ b/vrcx.json @@ -0,0 +1,17 @@ +{ + "checkver": { + "github": "https://github.com/pypy-vrc/VRCX" + }, + "autoupdate": { + "url": "https://github.com/pypy-vrc/VRCX/releases/download/v$version/VRCX_$cleanVersion.zip" + }, + "version": "2022.07.13", + "url": "https://github.com/pypy-vrc/VRCX/releases/download/v2022.07.13/VRCX_20220713.zip", + "hash": "de70fbc104892e2a87c8994aba8f585b6e27624ec03ee701d55efe5c7c4b630c", + "shortcuts": [ + [ + "VRCX.exe", + "VRCX" + ] + ] +}