mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
turn on notarize
This commit is contained in:
parent
b42a05b9b5
commit
7a1f0027ef
2 changed files with 4 additions and 2 deletions
|
@ -3,5 +3,6 @@
|
|||
"productName": "tea",
|
||||
"asar": true,
|
||||
"directories": { "output": "dist" },
|
||||
"files": ["src/electron.cjs", { "from": "build", "to": "" }]
|
||||
"files": ["src/electron.cjs", { "from": "build", "to": "" }],
|
||||
"notarize": true
|
||||
}
|
||||
|
|
|
@ -88,7 +88,8 @@
|
|||
"icon": "./icon.png"
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
"category": "public.app-category.developer-tools",
|
||||
"notarize": true
|
||||
}
|
||||
},
|
||||
"homepage": "https://tea.xyz",
|
||||
|
|
Loading…
Reference in a new issue