binarydist
binarydist copied to clipboard
bzip2 not supported on Windows
platform needs to be checked to use bzip2 or bzip2.exe around line 28 in bzip2.go
I suggest using the Writer from https://github.com/dsnet/compress instead of a command line tool which isn't always available.
You can try it