From 15f60f48cfffd55efc6fe5a84b4312bb225ef3b8 Mon Sep 17 00:00:00 2001
From: Tony Salomone <dadmobile@gmail.com>
Date: Tue, 14 May 2024 16:16:14 -0400
Subject: [PATCH] Tell electron-builder to build for windows x64.

---
 package.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b9bc18c5..968b5270 100644
--- a/package.json
+++ b/package.json
@@ -244,7 +244,12 @@
     },
     "win": {
       "target": [
-        "nsis"
+        {
+          "target": "nsis",
+          "arch": [
+            "x64"
+          ]
+        }
       ]
     },
     "linux": {
-- 
GitLab