You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use electron-builder to build Beekeeper Studio. I just announced LibSQL compatibility but had to take it back because it broke my x64 Mac builds.
In electron, it's common practice to use an ARM64 Mac to build BOTH arm and x64 versions of the app. In fact you can also build a single universal binary.
However when I do this, only the darwin-arm64 package is installed, not the darwin-x86_64 package.
Is there a way to properly force both?
The text was updated successfully, but these errors were encountered:
Hi team,
I use electron-builder to build Beekeeper Studio. I just announced LibSQL compatibility but had to take it back because it broke my x64 Mac builds.
In electron, it's common practice to use an ARM64 Mac to build BOTH
arm
andx64
versions of the app. In fact you can also build a single universal binary.However when I do this, only the
darwin-arm64
package is installed, not thedarwin-x86_64
package.Is there a way to properly force both?
The text was updated successfully, but these errors were encountered: