Hacker News new | past | comments | ask | show | jobs | submit login

UPX is not magic -- it compresses machine code and makes sure unpacking code is run every time the executable is loaded. So if you only care about the size of the binaries in transit, don't use UPX, just use eg NSIS with lzma compression. You'll probably end up with a smaller package this way.



I agree, but UPX is magic.


Speaking of that, there's a nice tool to build the installer for you: http://pynsist.readthedocs.org/en/latest/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: