From fb00b12d136b013a7471ba2fd767e34b64dff2d3 Mon Sep 17 00:00:00 2001 From: H3CoF6 Date: Wed, 18 Mar 2026 04:32:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0package.json=E9=87=8C?= =?UTF-8?q?=E9=9D=A2linux=E7=9A=84=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 21b618e..7ab669a 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,18 @@ ], "icon": "public/icon.ico" }, + "linux": { + "icon": "public/icon.png", + "target": [ + "AppImage", + "pacman", + "deb", + "tar.gz" + ], + "category": "Utility", + "executableName": "weflow", + "synopsis": "WeFlow for Linux" + }, "nsis": { "oneClick": false, "differentialPackage": false, @@ -155,4 +167,4 @@ ], "icon": "resources/icon.icns" } -} \ No newline at end of file +}