#248 apply correct mac icon (#250)

Co-authored-by: neil <neil@neils-MacBook-Pro.local>
This commit is contained in:
Neil 2023-03-03 08:52:50 +08:00 committed by GitHub
parent 076dd1d4eb
commit 2243eaad69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ module.exports = {
icon: "./icon.png"
},
mac: {
icon: "./electron/mac-icon.icns",
target: {
target: "default",
arch: ["x64", "arm64"]

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "@tea/desktop",
"version": "0.0.0",
"version": "0.0.3",
"private": true,
"description": "tea gui app",
"author": "tea.xyz",