From ad3c122038a7c608bee073d7b2956bd6e8ea1e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vlas=C3=A1k?= Date: Mon, 25 Jun 2018 20:59:42 +0200 Subject: [PATCH] Change imagemagick to not add its directory to PATH. Fix #2275 (#2327) Imagemagick doesn't need to be added to PATH because all its .exe files are already shimmed. --- imagemagick.json | 1 - 1 file changed, 1 deletion(-) diff --git a/imagemagick.json b/imagemagick.json index 1f53c185e5..a8e0751554 100644 --- a/imagemagick.json +++ b/imagemagick.json @@ -15,7 +15,6 @@ "depends": [ "ffmpeg" ], - "env_add_path": ".", "bin": [ "compare.exe", "composite.exe",