-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Additional unversial exe package is generated #8597
Comments
I took a solid look at the code and am unable to determine the reason as to why a universal package needs to be generated. The logic is quite complex though and AFAICT I don't think it's possible to remove the universal package from being generated. electron-builder/packages/app-builder-lib/src/targets/nsis/NsisTarget.ts Lines 237 to 252 in f941f18
|
Looks like there's been a request to disable the universal package before as well: #8298 |
X-posting
Patch found here: #8298 (comment) |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Is there any progress? |
{"target": "nsis", "arch": ["x64", "arm64"]}
if I build arm64 and x64 nsis target, and my build field like bellow
after building I got 3 exes instead of 2(arm64 and x64), it seems that an universial package is generated, and its size is about 2 times bigger than arm64 and x64. I am quite confused about this, can I remove the universal version??
The text was updated successfully, but these errors were encountered: