-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Added Universal binary option for macOS #271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see the --universal option on electron builder CLI options, can you point me out to the code?
https://www.electron.build/cli
Nevermind I found it. electron-userland/electron-builder#5689 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@m5x5 please review this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for late reply.
It works perfectly 🥇
Thank you for your efforts and kindness.
@arunavo4 CC: @andirsun @milanmdev |
@saltyshiomix The
--universal
flag was missing for the macOS . I added the flag for people who wants to create the macOS Universal binary.