[CI] Correctly include dll and lib in libzim archive

This commit is contained in:
Matthieu Gautier 2024-08-21 10:16:04 +02:00
parent b027e1b78c
commit e0ffa7bdc2
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ EXPORT_FILES = {
),
"lib/libzim.dylib",
"lib/*/libzim.pc",
"lib/libzim.dll",
"lib/libzim.lib",
"include/zim/**/*.h",
"share/icu/{}/icudt{}l.dat".format(
base_deps_versions["icu4c"], major_version(base_deps_versions["icu4c"])