What do you think about this LZ4 version?
I have tested with srep and even with xtools compression / decompression and it works.
src github:
here
The app attachment was compiled statically using gcc[mingw/msys2] v7.3 x64
Code:
[External compressor:lz4]
header = 0
;default = -1 fatest
;HighCompress = -9
;BlockDependency = -BD
packcmd = lz4mt.exe -9 -BD $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lz4mt.exe -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp