From b8d2cd70ee83897fb1091212f2e32cc3f12823c7 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:36:32 +0530 Subject: [PATCH] libvips: Add bin directory to Path Closes #4313 --- bucket/libvips.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bucket/libvips.json b/bucket/libvips.json index 4afb5de15d..7e82ef59e6 100644 --- a/bucket/libvips.json +++ b/bucket/libvips.json @@ -14,12 +14,7 @@ } }, "extract_dir": "vips-dev-8.13", - "bin": [ - "bin\\vips.exe", - "bin\\vipsedit.exe", - "bin\\vipsheader.exe", - "bin\\vipsthumbnail.exe" - ], + "env_add_path": "bin", "checkver": { "github": "https://github.com/libvips/build-win64-mxe" },