qpdf: Add fix-qdf.exe to bin (#4239)

This commit is contained in:
Ross Smith II 2022-12-16 16:30:49 -08:00 committed by GitHub
parent 544d405ea0
commit 73f48f6d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,10 @@
"extract_dir": "qpdf-11.2.0-mingw32"
}
},
"bin": "bin\\qpdf.exe",
"bin": [
"bin\\qpdf.exe",
"bin\\fix-qdf.exe"
],
"checkver": {
"github": "https://github.com/qpdf/qpdf",
"regex": "qpdf-([\\d.]+)-"