From 52d757c66064334f42918563d2f9282e6e4a22b1 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 29 Aug 2024 14:35:41 +0200 Subject: [PATCH] Publish kiwix-desktop Windows build in Windows CI --- .github/scripts/build_definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build_definition.py b/.github/scripts/build_definition.py index 89692fa9..a87f2ac7 100644 --- a/.github/scripts/build_definition.py +++ b/.github/scripts/build_definition.py @@ -24,7 +24,7 @@ # On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll | windows | native_static | Bd | d | d | d | | win-x86_64 | win-x86_64-static | | windows | native_dyn | Bd | | | | | win-x86_64 | win-x86_64-dyn | - | windows | native_mixed | BPd | d | | | Bd | win-x86_64 | win-x86_64-mixed | + | windows | native_mixed | BPd | d | | | BPd | win-x86_64 | win-x86_64-mixed | ---------------------------------------------------------------------------------------------------------------------------------------------- # Osx builds, build binaries on native_dyn and native_static. On anyother things, build only the libraries | macos | native_dyn | d | d | dB | B | | | macos-x86_64-dyn |