harfbuzz@11.3.3: Fix extraction (Close #7052)

This commit is contained in:
HUMORCE 2025-08-09 10:46:58 +00:00
parent ba1e12d6bc
commit e27dbd4eb9
No known key found for this signature in database
GPG Key ID: FF7A96FF20AE10DC

View File

@ -6,15 +6,17 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win64-11.3.3.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win64-11.3.3.zip",
"hash": "d6c6d740b7c82d6725f7c21f66627aaa1aa254daf6debabd0268c6924649919e", "hash": "d6c6d740b7c82d6725f7c21f66627aaa1aa254daf6debabd0268c6924649919e"
"extract_dir": "harfbuzz-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win32-11.3.3.zip", "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.3.3/harfbuzz-win32-11.3.3.zip",
"hash": "58c361a48595f3ea5f1c34c2c2fe46326019cf8633dfcca512f90cea46792a1d", "hash": "58c361a48595f3ea5f1c34c2c2fe46326019cf8633dfcca512f90cea46792a1d"
"extract_dir": "harfbuzz-win32"
} }
}, },
"pre_install": [
"$innerdir = if ($architecture -eq '32bit') { 'harfbuzz-win32' } else { 'harfbuzz-win64' }",
"Expand-ZipArchive -Path \"$dir\\$innerdir.zip\" -DestinationPath \"$dir\" -ExtractDir $innerdir -Removal"
],
"bin": [ "bin": [
"hb-shape.exe", "hb-shape.exe",
"hb-subset.exe", "hb-subset.exe",