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" + ] + ] +}