Publish kiwix-desktop Windows build in Windows CI

This commit is contained in:
Matthieu Gautier 2024-08-29 14:35:41 +02:00
parent 21176bcf82
commit 52d757c660
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ BUILD_DEF = """
# 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 |