Skip to content

Commit

Permalink
update icon path (#57)
Browse files Browse the repository at this point in the history
* update icon path

Signed-off-by: cbh778899 <[email protected]>

* update version

Signed-off-by: cbh778899 <[email protected]>

---------

Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 authored Oct 16, 2024
1 parent 6ee354c commit b825da9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Bohan Cheng",
"email": "[email protected]"
},
"version": "0.2.4",
"version": "0.2.5",
"main": "electron.js",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -42,5 +42,17 @@
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"vite": "^5.4.1"
},
"build": {
"icon": "build/icons/icon.png",
"win": {
"icon": "build/icons/icon.ico"
},
"mac": {
"icon": "build/icons/icon.icns"
},
"linux": {
"icon": "build/icons/icon.png"
}
}
}

0 comments on commit b825da9

Please sign in to comment.