1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Resolves #6052: Build macOS app as Universal binary

This commit is contained in:
Laurent Cozic 2023-07-07 16:02:35 +01:00
parent f12984b38e
commit a547ff1ca5

View File

@ -48,7 +48,7 @@ jobs:
BUILD_SEQUENCIAL: 1
run: |
export npm_config_arch=arm64
export npm_target_arch=arm64
export npm_config_target_arch=arm64
yarn install
cd packages/app-desktop
npm pkg set 'build.mac.artifactName'='${productName}-${version}-${arch}.${ext}'