Skip to content

Commit

Permalink
ZIP only the content of the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Oct 31, 2024
1 parent e587097 commit c682393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_kiwix-desktop_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
- 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=""
)

0 comments on commit c682393

Please sign in to comment.