cdrtools: fix win64 install fails - closes #3856 (#1045)

cdrtools (at least schily-cdrtools-3.02a09.7z) only contains a win32 dir
so don't specify architecture
This commit is contained in:
Ciaran Courtney 2020-05-03 07:03:09 +01:00 committed by GitHub
parent bc30982c2d
commit 2bec2e7be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,7 @@
}, },
"url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.02a09.7z", "url": "https://downloads.sourceforge.net/project/tumagcc/schily-cdrtools-3.02a09.7z",
"hash": "sha1:f1b6a74e8963a97acd66e166064ab4f907e5237a", "hash": "sha1:f1b6a74e8963a97acd66e166064ab4f907e5237a",
"architecture": { "extract_dir": "win32",
"32bit": {
"extract_dir": "win32"
},
"64bit": {
"extract_dir": "win64"
}
},
"bin": [ "bin": [
"btcflash.exe", "btcflash.exe",
"cdda2wav.exe", "cdda2wav.exe",