From 05079ca545d60020b3e514a947a437d6f0686fd4 Mon Sep 17 00:00:00 2001 From: SRS IT Date: Sun, 29 Mar 2026 14:38:32 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20arch=20from=20linux=20targets?= =?UTF-8?q?=20=E2=80=94=20let=20CLI=20--x64/--arm64=20flag=20control=20arc?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 7a47069..da81a2a 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -73,11 +73,7 @@ "createDesktopShortcut": true }, "linux": { - "target": [ - { "target": "AppImage", "arch": ["x64"] }, - { "target": "deb", "arch": ["x64"] }, - { "target": "rpm", "arch": ["x64"] } - ], + "target": ["AppImage", "deb", "rpm"], "icon": "resources/icon.png", "category": "Utility", "synopsis": "Belkin Wemo device manager — local control, no cloud required",