Skip to content

Commit

Permalink
update icon path
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Oct 16, 2024
1 parent 6ee354c commit 8b38871
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
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 8b38871

Please sign in to comment.