We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I See the upxBin.js
upxBin.js
// 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
The text was updated successfully, but these errors were encountered:
macOS should have upx installed by default. We're using system-wide bin
Sorry, something went wrong.
No branches or pull requests
Hi, I See the
upxBin.js
I find the macos Special treatment
I don't understand why ?
On Macos we still need a built-in upx package
The text was updated successfully, but these errors were encountered: