From dac826a5bc749c6c1770b9dbe82b6a16c6893e6e Mon Sep 17 00:00:00 2001 From: Siddharth Date: Mon, 24 Nov 2025 00:02:15 -0700 Subject: [PATCH] icon for win in builder --- electron-builder.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }