I recently had to change the compression algorithm used for our zip archives to lzma.
Unfortunately FinalBuilder’s 7z actions don’t have an option to pick the algorithm so I had to call 7z from the command line.
It would be convenient to have this setting available in the action directly.
Not quite.
Changing the archive type will also change the default algorithm used. But what I need is to keep the archive type the same (due to technical limitations we have to use zip instead of 7z) and change only the algorithm.