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

Tools: Fixes #8863: Disable generation of blockmap and mac.zip files during release

This commit is contained in:
Laurent Cozic 2023-09-14 22:22:24 +01:00
parent b7f7539923
commit 47f297a34e
2 changed files with 7 additions and 1 deletions

View File

@ -69,5 +69,5 @@ jobs:
export CSC_IDENTITY_AUTO_DISCOVERY=false
npm pkg set 'build.mac.identity'=null --json
PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --publish=never
PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --mac --arm64 --publish=never
fi

View File

@ -79,6 +79,12 @@
},
"mac": {
"icon": "../../Assets/macOs.icns",
"target": {
"target": "dmg",
"arch": [
"x64"
]
},
"hardenedRuntime": true,
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
"extendInfo": {