mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Do not try to package kiwix-search as it as been removed from kiwix-tools
This commit is contained in:
parent
2f1418949a
commit
6a3d3047e0
2
.github/scripts/common.py
vendored
2
.github/scripts/common.py
vendored
@ -70,7 +70,7 @@ EXPORT_FILES = {
|
|||||||
INSTALL_DIR / "bin",
|
INSTALL_DIR / "bin",
|
||||||
[
|
[
|
||||||
f + BIN_EXT
|
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": (
|
"zim-tools": (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user