mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
update
This commit is contained in:
parent
633c01e974
commit
4a91fb5185
2
.github/workflows/build-macos-m1.yml
vendored
2
.github/workflows/build-macos-m1.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user