From 9486e1edfc6dde71ae59f3ab79d55ffce6c489bf Mon Sep 17 00:00:00 2001 From: Edgar Date: Mon, 7 Jun 2021 13:03:57 +0200 Subject: [PATCH] :bug: Fixed meshroom extract_dir --- meshroom.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshroom.json b/meshroom.json index 7daa54d..1274d30 100644 --- a/meshroom.json +++ b/meshroom.json @@ -3,8 +3,10 @@ "github": "https://github.com/alicevision/meshroom" }, "autoupdate": { - "url": "https://github.com/alicevision/meshroom/releases/download/v$version/Meshroom-$version-win64.zip" + "url": "https://github.com/alicevision/meshroom/releases/download/v$version/Meshroom-$version-win64.zip", + "extract_dir": "Meshroom-$version" }, + "extract_dir": "Meshroom-2021.1.0", "version": "2021.1.0", "url": "https://github.com/alicevision/meshroom/releases/download/v2021.1.0/Meshroom-2021.1.0-win64.zip", "hash": "25b12e074e1d1fa6c0fbbf3b11317c50b368d28f740f2a70cca0a739138da7bc",