From 2c8bcb182d8602c081facbe5b6e7efd46013d4f0 Mon Sep 17 00:00:00 2001 From: Bill ZHANG <36790218+Lutra-Fs@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:37:58 +1000 Subject: [PATCH] harfbuzz@11.4.4: Fix extraction (#7089) * harfbuzz@11.4.2: fix extraction (ref #7084,#7052) * harfbuzz: remove trailing whitespace --- bucket/harfbuzz.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bucket/harfbuzz.json b/bucket/harfbuzz.json index 4d82e7b45d..bb521fe0a5 100644 --- a/bucket/harfbuzz.json +++ b/bucket/harfbuzz.json @@ -6,17 +6,15 @@ "architecture": { "64bit": { "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.4.4/harfbuzz-win64-11.4.4.zip", - "hash": "bd35d6e595b2cb6099871ff04d2934028dec213848084392ccc685bdef20e9eb" + "hash": "bd35d6e595b2cb6099871ff04d2934028dec213848084392ccc685bdef20e9eb", + "extract_dir": "harfbuzz-win64" }, "32bit": { "url": "https://github.com/harfbuzz/harfbuzz/releases/download/11.4.4/harfbuzz-win32-11.4.4.zip", - "hash": "bdb90b8ee8e4a8ea2f4f9742a18a39997bece192d4303b9b2c8266c66d3d461e" + "hash": "bdb90b8ee8e4a8ea2f4f9742a18a39997bece192d4303b9b2c8266c66d3d461e", + "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": [ "hb-shape.exe", "hb-subset.exe",