diff --git a/package.json b/package.json index 5dff7bc..22033e7 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "directories": { "output": "release" }, + "icon": "build/icon.ico", "files": [ "dist/**/*", "node_modules/**/*", @@ -50,13 +51,25 @@ "!node_modules/.bin" ], "mac": { - "category": "public.app-category.developer-tools" + "category": "public.app-category.developer-tools", + "icon": "build/icon.icns" }, "win": { - "target": "portable" + "target": [ + { + "target": "nsis", + "arch": ["x64"] + }, + { + "target": "portable", + "arch": ["x64"] + } + ], + "icon": "build/icon.ico" }, "linux": { - "target": "AppImage" + "target": "AppImage", + "icon": "build/icon.png" } } } \ No newline at end of file