forked from extern/bruno
chore: temporarily disabling mac notarization
This commit is contained in:
parent
7fbd338fa6
commit
23843b5d0a
@ -11,7 +11,6 @@ const config = {
|
|||||||
"files": [
|
"files": [
|
||||||
"**/*"
|
"**/*"
|
||||||
],
|
],
|
||||||
"afterSign": "notarize.js",
|
|
||||||
"mac": {
|
"mac": {
|
||||||
"artifactName": "${name}_${version}_${arch}_${os}.${ext}",
|
"artifactName": "${name}_${version}_${arch}_${os}.${ext}",
|
||||||
"category": "public.app-category.developer-tools",
|
"category": "public.app-category.developer-tools",
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
"dev": "electron .",
|
"dev": "electron .",
|
||||||
"dist": "electron-builder --win --linux --mac --config electron-builder-config.js",
|
"dist": "electron-builder --mac --config electron-builder-config.js",
|
||||||
"pack": "electron-builder --dir"
|
"pack": "electron-builder --dir"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user