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 believe that most of the dependencies, including electron-builder does support darwin-arm64. However, by trying to bump the version of electron to 11 (which is the earliest version that supports it) and adding the arm64 target for mac, it did build and package successfully, but it still threw an error on startup stating that this.init is not a function with regards to the traymenu. @sidneys I do not have enough know-how how to fix this and would be willing to work on this and submit a PR if I had some pointers.
According to this (https://www.electronjs.org/blog/apple-silicon). Rosetta-based electron requires two JITs (one for the V8 and once again for Rosetta), I think that it would be great for battery life and performance if we could have an arm64 package.
π€·π½ββοΈ Current Behaviour
PB4D runs using the Intel architecture on an M1 Macbook. This is less performant, as it is running emulated using Apple's Rosetta 2.
π― Expected Behaviour
PB4D would be recompiled to run using the native ARM architecture.
π‘ Environmental Context
App Version
v11.0.2
Installation Type
Default
Operating System
macOS 11.0.1 on an Apple M1 Macbook
The text was updated successfully, but these errors were encountered: