From bd67207db95be1c0ed6c63d3c75a9ab7e7687a0b Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 7 Jun 2021 10:54:46 +0200 Subject: [PATCH] :tada: Added meshroom --- meshroom.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meshroom.json diff --git a/meshroom.json b/meshroom.json new file mode 100644 index 0000000..7daa54d --- /dev/null +++ b/meshroom.json @@ -0,0 +1,17 @@ +{ + "checkver": { + "github": "https://github.com/alicevision/meshroom" + }, + "autoupdate": { + "url": "https://github.com/alicevision/meshroom/releases/download/v$version/Meshroom-$version-win64.zip" + }, + "version": "2021.1.0", + "url": "https://github.com/alicevision/meshroom/releases/download/v2021.1.0/Meshroom-2021.1.0-win64.zip", + "hash": "25b12e074e1d1fa6c0fbbf3b11317c50b368d28f740f2a70cca0a739138da7bc", + "shortcuts": [ + [ + "Meshroom.exe", + "Meshroom" + ] + ] +}