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

Universal Apps #12

Open
codingedgar opened this issue Oct 1, 2024 · 0 comments
Open

Universal Apps #12

codingedgar opened this issue Oct 1, 2024 · 0 comments

Comments

@codingedgar
Copy link

Hi, I tried to use electron-builder for the universal arch but could failed at compile in user app.

Tried to add x64+arm64 and perform npm run prebuildify but it did not work

const getSupportedArchs = () => {
  if (platform === 'darwin') {
    return ['x64', 'arm64', 'x64+arm64'];
  }

  if (platform === 'win32') {
    return ['x64', 'ia32'];
  }

  return [];
};

Am I missing something?

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

1 participant