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 tried to use electron-builder for the universal arch but could failed at compile in user app.
electron-builder
universal
Tried to add x64+arm64 and perform npm run prebuildify but it did not work
x64+arm64
npm run prebuildify
const getSupportedArchs = () => { if (platform === 'darwin') { return ['x64', 'arm64', 'x64+arm64']; } if (platform === 'win32') { return ['x64', 'ia32']; } return []; };
Am I missing something?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I tried to use
electron-builder
for theuniversal
arch but could failed at compile in user app.Tried to add
x64+arm64
and performnpm run prebuildify
but it did not workAm I missing something?
The text was updated successfully, but these errors were encountered: