Skip to content
New issue

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

Why macos not support integrated #2

Open
simon28082 opened this issue Jun 28, 2021 · 1 comment
Open

Why macos not support integrated #2

simon28082 opened this issue Jun 28, 2021 · 1 comment

Comments

@simon28082
Copy link

simon28082 commented Jun 28, 2021

Hi, I See the 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

@roccomuso
Copy link
Owner

macOS should have upx installed by default. We're using system-wide bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants