mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Do not try to package kiwix-search as it as been removed from kiwix-tools
This commit is contained in:
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -70,7 +70,7 @@ EXPORT_FILES = {
|
||||
INSTALL_DIR / "bin",
|
||||
[
|
||||
f + BIN_EXT
|
||||
for f in ("kiwix-manage", "kiwix-read", "kiwix-search", "kiwix-serve")
|
||||
for f in ("kiwix-manage", "kiwix-search", "kiwix-serve")
|
||||
],
|
||||
),
|
||||
"zim-tools": (
|
||||
|
Reference in New Issue
Block a user