Skip to content

Commit

Permalink
adjust settings for testing (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 authored Oct 16, 2024
1 parent 9b50842 commit 604fdea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added build/icons/icon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,16 @@
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"vite": "^5.4.1"
},
"build": {
"mac": {
"icon": "build/icons/icon.png"
},
"win": {
"icon": "build/icons/icon.ico"
},
"linux": {
"icon": "build/icons/icon.png"
}
}
}

0 comments on commit 604fdea

Please sign in to comment.