From c7d32c168bacb85e561b97a6397576707e656b7b Mon Sep 17 00:00:00 2001
From: ali asaria <aliasaria@users.noreply.github.com>
Date: Tue, 21 May 2024 12:45:05 -0400
Subject: [PATCH] add x64 to architecture for linux builds

---
 package.json | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 73f0c1ad..91dbd6fa 100644
--- a/package.json
+++ b/package.json
@@ -254,7 +254,13 @@
     },
     "linux": {
       "target": [
-        "AppImage"
+        {
+          "target": "AppImage",
+          "arch": [
+            "arm64",
+            "x64"
+          ]
+        }
       ],
       "category": "Development"
     },
@@ -283,4 +289,4 @@
     ],
     "logLevel": "quiet"
   }
-}
\ No newline at end of file
+}
-- 
GitLab