Skip to content

Fix bz2 archive creation

I for some reason had a symlink named bzip when I created the initial zip and bz2 archive support. The correct command should have been bzip2. This fixes the issue and updates the test to check for non-zero file size for the archives.

This was pointed out by @jacobvosmaer here.

Merge request reports