-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Two native modules have the same architectures (x86_64) and can't be in the same fat output file error #7155
Comments
|
@harlandjp were you able to get it to work with x64ArchFiles? I tried this flag yet builder still tries to bundle it |
Running in to the same issue. I am not able to use the flag cause electron builder 23.6.0 support it but it references an older version of electron universal. Are there any workarounds? We can't use an alpha build. |
Alpha build should be promoted to regular in the near future. My main concern (and reason for long alpha cycle) was regarding some changes to electron-updater, specifically changes that added rpm/deb auto-update support - it consolidated Unfortunately, due to the way |
@mmaietta any update on promoting the alpha build to production? |
Out of curiosity, 24.4.0 is Can bump it to |
Done |
I'm trying to package my app with a npm package (active-win) that includes a native universal module, but I get the following error:
Looking around, it seems this has been addressed in @electron/universal's latest version, which electron-builder doesn't use yet. Can you update the dependency please?
The text was updated successfully, but these errors were encountered: