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