mirror of https://github.com/laurent22/joplin.git
Tools: Fixes #8863: Disable generation of blockmap and mac.zip files during release
parent
b7f7539923
commit
47f297a34e
|
@ -69,5 +69,5 @@ jobs:
|
||||||
export CSC_IDENTITY_AUTO_DISCOVERY=false
|
export CSC_IDENTITY_AUTO_DISCOVERY=false
|
||||||
npm pkg set 'build.mac.identity'=null --json
|
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
|
fi
|
||||||
|
|
|
@ -79,6 +79,12 @@
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"icon": "../../Assets/macOs.icns",
|
"icon": "../../Assets/macOs.icns",
|
||||||
|
"target": {
|
||||||
|
"target": "dmg",
|
||||||
|
"arch": [
|
||||||
|
"x64"
|
||||||
|
]
|
||||||
|
},
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
|
"entitlements": "./build-mac/entitlements.mac.inherit.plist",
|
||||||
"extendInfo": {
|
"extendInfo": {
|
||||||
|
|
Loading…
Reference in New Issue