Skip to content

Commit c5d453e

Browse files
committed
please.sh create-sdk-artifacts: fix 32-bit osslsigncode
With the recent slimming of the installer, we no longer included `libffi-7.dll`, but `osslsigncode.exe` requires it. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9e631f0 commit c5d453e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

please.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4415,6 +4415,7 @@ create_sdk_artifact () { # [--out=<directory>] [--git-sdk=<directory>] [--bitnes
44154415
/mingw32/bin/libxml2-[0-9]*.dll
44164416
/mingw32/bin/libgmodule-[0-9]*.dll
44174417
/mingw32/bin/libzstd*.dll
4418+
/mingw32/bin/libffi-[0-9]*.dll
44184419
EOF
44194420
;;
44204421
*)

0 commit comments

Comments
 (0)