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
In theory, this might be as simple as adding an arch: [x64, arm64] line to electron-builder.yml.
But nothing is ever so simple...
It works, but the appimage it produces contains ELFs with 4k-aligned load segments, which do not work on my system (asahi fedora). This is presumably an upstream issue with electron-builder, which I'll try to investigate.
I haven't tried building a snap yet, because I keep my systems snap-free where possible.
In the meantime npm start works perfectly.
The text was updated successfully, but these errors were encountered:
In theory, this might be as simple as adding an
arch: [x64, arm64]
line toelectron-builder.yml
.But nothing is ever so simple...
It works, but the appimage it produces contains ELFs with 4k-aligned load segments, which do not work on my system (asahi fedora). This is presumably an upstream issue with electron-builder, which I'll try to investigate.
I haven't tried building a snap yet, because I keep my systems snap-free where possible.
In the meantime
npm start
works perfectly.The text was updated successfully, but these errors were encountered: