diff --git a/build/icons/icon.ico b/build/icons/icon.ico new file mode 100644 index 0000000..8667a4f Binary files /dev/null and b/build/icons/icon.ico differ diff --git a/package.json b/package.json index 57e77aa..d856a42 100644 --- a/package.json +++ b/package.json @@ -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" + } } }