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 I don't understand why ? On Macos we still need a built-in upx package
Hi, I See the
upxBin.jsI find the macos Special treatment
I don't understand why ?
On Macos we still need a built-in upx package