mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Add the zstd patches to the flathub git repository.
This commit is contained in:
@ -279,7 +279,7 @@ def update_flathub_git():
|
||||
call(command, cwd=GIT_EXPORT_DIR)
|
||||
shutil.copy(str(BASE_DIR/'org.kiwix.desktop.json'), str(GIT_REPO_DIR))
|
||||
patch_dir = KBUILD_SOURCE_DIR/'kiwixbuild'/'patches'
|
||||
for dep in ('libaria2', 'mustache', 'pugixml', 'xapian'):
|
||||
for dep in ('libaria2', 'mustache', 'pugixml', 'xapian', 'zstd'):
|
||||
for f in patch_dir.glob('{}_*.patch'.format(dep)):
|
||||
shutil.copy(str(f), str(GIT_REPO_DIR/'patches'))
|
||||
command = ['git', 'add', '-A', '.']
|
||||
|
Reference in New Issue
Block a user