exiftool: add bin file without -k option (#2904)

This commit is contained in:
Ross Smith II 2018-12-15 12:44:02 -08:00 committed by GitHub
parent 7ee45e3543
commit 7c408f1855

View File

@ -7,11 +7,10 @@
}, },
"url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.22.zip", "url": "https://downloads.sourceforge.net/project/exiftool/exiftool-11.22.zip",
"hash": "sha1:3a4bcbb92d3da536cfa09fc57d6dbf9e73e6bf45", "hash": "sha1:3a4bcbb92d3da536cfa09fc57d6dbf9e73e6bf45",
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
"bin": [ "bin": [
[ "exiftool.exe",
"exiftool(-k).exe", "exiftool(-k).exe"
"exiftool"
]
], ],
"checkver": "exiftool-([\\d.]+).zip", "checkver": "exiftool-([\\d.]+).zip",
"autoupdate": { "autoupdate": {