From 7c408f18557b441ecb93e7606afde4ef2eb4bafe Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 15 Dec 2018 12:44:02 -0800 Subject: [PATCH] exiftool: add bin file without -k option (#2904) --- exiftool.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/exiftool.json b/exiftool.json index bff5aa9dfd..0d04d523ca 100644 --- a/exiftool.json +++ b/exiftool.json @@ -7,11 +7,10 @@ }, "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.22.zip", "hash": "sha1:3a4bcbb92d3da536cfa09fc57d6dbf9e73e6bf45", + "pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"", "bin": [ - [ - "exiftool(-k).exe", - "exiftool" - ] + "exiftool.exe", + "exiftool(-k).exe" ], "checkver": "exiftool-([\\d.]+).zip", "autoupdate": {