From 816770d4070ed8e7f2e9d1eb790ff0fa04f9cb3a Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Fri, 20 Mar 2026 00:45:15 +0800 Subject: [PATCH] fix: remove pacman target from Linux build (bsdtar not available on Ubuntu runner) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4a784bf..b6ec942 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "linux": { "icon": "public/icon.png", "target": [ - "pacman", "deb", "tar.gz" ],