diff --git a/build/icons/icon.icns b/build/icons/icon.icns new file mode 100644 index 0000000..a7e05bf Binary files /dev/null and b/build/icons/icon.icns differ diff --git a/build/icons/icon.ico b/build/icons/icon.ico new file mode 100644 index 0000000..0d8a478 Binary files /dev/null and b/build/icons/icon.ico differ diff --git a/package.json b/package.json index e054424..57e77aa 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,5 @@ "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "vite": "^5.4.1" - }, - "build": { - "icon": "build/icons/icon.png" } }