1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
Laurent Cozic 2023-07-07 09:38:35 +01:00
parent 633c01e974
commit 4a91fb5185

View File

@ -53,5 +53,5 @@ jobs:
cd packages/app-desktop
npm pkg set 'build.mac.artifactName'='${productName}-${version}-${arch}.${ext}'
npm pkg set 'build.mac.target.target'='default'
npm pkg set 'build.mac.target.arch[0]'='amd64'
npm pkg set 'build.mac.target.arch[0]'='arm64'
PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --mac --arm64