From 6a347d977fd69c6132c582be65cb52a669a7ae23 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 23 Apr 2026 06:57:23 +1000 Subject: [PATCH] feat: add Squirrel target for Windows installer --- electron-builder.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/electron-builder.json5 b/electron-builder.json5 index 600e5b8..1766dc2 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -80,6 +80,10 @@ { "target": "nsis", "arch": ["x64"] + }, + { + "target": "squirrel", + "arch": ["x64"] } ], "icon": "icons/icon.ico",