canutin-desktop icon indicating copy to clipboard operation
canutin-desktop copied to clipboard

Add release for Apple Silicon

Open fmaclen opened this issue 3 years ago • 2 comments

fmaclen avatar Sep 18 '22 15:09 fmaclen

: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:

github-actions[bot] avatar Sep 18 '22 19:09 github-actions[bot]

# 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.

fmaclen avatar Sep 18 '22 20:09 fmaclen

https://github.com/fmaclen/canutin-desktop/pull/216

fmaclen avatar Sep 07 '24 01:09 fmaclen