turn on notarize

This commit is contained in:
neil 2023-02-02 15:23:27 +08:00
parent b42a05b9b5
commit 7a1f0027ef
2 changed files with 4 additions and 2 deletions

View file

@ -3,5 +3,6 @@
"productName": "tea", "productName": "tea",
"asar": true, "asar": true,
"directories": { "output": "dist" }, "directories": { "output": "dist" },
"files": ["src/electron.cjs", { "from": "build", "to": "" }] "files": ["src/electron.cjs", { "from": "build", "to": "" }],
"notarize": true
} }

View file

@ -88,7 +88,8 @@
"icon": "./icon.png" "icon": "./icon.png"
}, },
"mac": { "mac": {
"category": "public.app-category.developer-tools" "category": "public.app-category.developer-tools",
"notarize": true
} }
}, },
"homepage": "https://tea.xyz", "homepage": "https://tea.xyz",