Merge pull request #775 from kiwix/fix-kiwix-desktop-zip

Fix kiwix desktop zip
This commit is contained in:
Kelson 2024-11-02 18:54:22 +01:00 committed by GitHub
commit 6cb347c576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
scripts/package_kiwix-desktop_windows.py Normal file → Executable file
View File

@ -73,5 +73,5 @@ print(
- With {out_dir.name}"""
)
shutil.make_archive(
archive_path.with_suffix(""), "zip", root_dir=out_dir.parent, base_dir=out_dir.name
archive_path.with_suffix(""), "zip", root_dir=out_dir, base_dir=""
)