From facb03d3e1d65033dfae3c682aee6b50244a13e5 Mon Sep 17 00:00:00 2001 From: alger Date: Fri, 20 Jun 2025 22:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=B7=BB=E5=8A=A0=20linux?= =?UTF-8?q?=20rpm=20=E6=9E=84=E5=BB=BA=E7=9B=AE=E6=A0=87=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index fb2b5e9..0259e60 100644 --- a/package.json +++ b/package.json @@ -168,6 +168,13 @@ "x64", "arm64" ] + }, + { + "target": "rpm", + "arch": [ + "x64", + "arm64" + ] } ], "artifactName": "${productName}-${version}-linux-${arch}.${ext}",