canutin-desktop
canutin-desktop copied to clipboard
Add release for 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:
# 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.
https://github.com/fmaclen/canutin-desktop/pull/216