Skip to content

Releases: sergstetsuk/zipglue

Version v1.1

20 Sep 20:37

Choose a tag to compare

Custom split size support
Autotools based code generation added

Compilation for Linux:
autoreconf -i
mkdir build
cd build
../configure
make

Crosscompilation for Windows
autoreconf -i
mkdir build
cd build
../configure --host=x86_64-w64-mingw32
make
#optional binary packing (need upx)
cd src
x86_64-w64-mingw32-strip zipglue.exe
upx zipglue.exe

Initial release

20 May 10:21

Choose a tag to compare

  • split into 1.5Mb pieces only
  • combine files of any size

Full Changelog: https://github.com/sergstetsuk/zipglue/commits/v1.0