You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are these current compression formats supported by Zip:
Store (no compression)
Deflate,
Deflate64 (proprietary version of deflate that just increases numbers)
bzip2
LZMA
WavPack
PPMd
ZStandard
xzip
(there are some more which are not applicable)
minizip-ng supports:
store
deflate (zlib)
bzip2
LZMA
ZStandard
at this moment all but LZMA are enabled in Northstar
tcli is written in C# and relies on the dotnet ZipArchive abstraction which, at this point in time, uses Deflate (this is not documented on the wiki and may be subject to change (ZipArchive.cs)
This is important because the GreenTF/upload-thunderstore-package action is backed by tcli.
tcli
uses DEFLATE as compression format, we should explicitely mention that in the documentation.Related to R2Northstar/NorthstarLauncher#602
The text was updated successfully, but these errors were encountered: