From 69181484baa45ac8152d5eed184dae6d9df2a0c0 Mon Sep 17 00:00:00 2001 From: Mitchell Skaggs Date: Sun, 5 Mar 2023 00:09:20 -0600 Subject: [PATCH] conan: Update shims (#4504) * Update conan.json Closes https://github.com/ScoopInstaller/Main/issues/4503 * Update conan.json --- bucket/conan.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 9cbe5a6caa..c218670fb4 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -14,11 +14,7 @@ } }, "innosetup": true, - "bin": [ - "conan\\conan.exe", - "conan\\conan_build_info.exe", - "conan\\conan_server.exe" - ], + "bin": "conan\\conan.exe", "checkver": { "github": "https://github.com/conan-io/conan" },