diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..889b7a3 Binary files /dev/null and b/icon.ico differ diff --git a/package.json b/package.json index b2ff3c9..2f118b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "goofy-mania-v2", - "description": "", + "productName": "Goofy Mania", + "description": "A very original rhythm game", "version": "1.0.0", "main": "electron.js", "devDependencies": { @@ -12,7 +13,6 @@ "build": "electron-builder" }, "build": { - "productName": "Goofy Mania", "files": [ "!Example Quaver Maps", "!node_modules", @@ -20,9 +20,6 @@ ], "directories": { "output": "build" - }, - "win": { - "icon": "icon.ico" } }, "author": "Lyall",