upx icon indicating copy to clipboard operation
upx copied to clipboard

Node.js cross-platform wrapper for UPX - the ultimate packer for eXecutables.

Results 2 upx issues
Sort by recently updated
recently updated
newest added

Hi, I See the `upxBin.js` ```javascript // macOs fallback on native installation: const binAbsolute = os === 'darwin' ? 'upx' : path.join(BASE_PATH, binPath) ``` I find the macos Special treatment...

after compression and launching the app exit immediately , idk maybe cause i used zeit to bundle the node app into a EXE