diff --git a/electron-builder.json5 b/electron-builder.json5 index 75c490b8..f8276d17 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -43,6 +43,7 @@ "win": { "target": [ "nsis" - ] + ], + "icon": "icons/icons/win/icon.ico" } }