Closed fmaclen closed 2 months ago
# electron-builder.yml
mac:
target:
- target: dmg
arch:
- x64
- arm64
This configuration didn't work when building the app on Github Actions, my very uninformed guess is because in release.yml we specify macos-latest
as the matrix.os
strategy and that only applies to the x86 version.
Reopening it because it's not fixed.
Note that the x86
version works well through Rosetta on Macs with Apple silicon.
:tada: This issue has been resolved in version 1.0.4 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: