diff --git a/512x512.png b/512x512.png new file mode 100644 index 0000000..979799d Binary files /dev/null and b/512x512.png differ diff --git a/package.json b/package.json index 64273b0..de14bd2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "target": [ "nsis" ], - "icon": "256x256.png" + "icon": "512x512.png" }, "nsis": { "oneClick": false, @@ -28,13 +28,13 @@ "AppImage" ], "category": "Game", - "icon": "256x256.png" + "icon": "512x512.png" }, "mac": { "target": [ "dmg" ], - "icon": "256x256.png", + "icon": "512x512.png", "category": "public.app-category.games" }, "files": [ @@ -53,4 +53,4 @@ "electron": "^40.7.0", "electron-builder": "^26.8.1" } -} \ No newline at end of file +}