From 847bcc7885708a3a2c83f78a951ac3608fc6356c Mon Sep 17 00:00:00 2001 From: Elysia Date: Wed, 28 Jan 2026 19:54:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0deb=E5=92=8Crpm?= =?UTF-8?q?=E5=8C=85=E7=9A=84=E4=BE=9D=E8=B5=96=E9=A1=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.json5 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/electron-builder.json5 b/electron-builder.json5 index 99da5a33..a1951190 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -11,6 +11,34 @@ "dist", "dist-electron" ], + "deb": { + "depends": [ + "libgtk-3-0", + "libnotify4", + "libnss3", + "libxss1", + "libxtst6", + "xdg-utils", + "libatspi2.0-0", + "libuuid1", + "libsecret-1-0", + "apm" + ] + }, + "rpm": { + "depends": [ + "gtk3", + "libnotify", + "nss", + "libXScrnSaver", + "libXtst", + "xdg-utils", + "at-spi2-core", + "libuuid", + "libsecret", + "apm" + ] + }, "linux": { "icon": "public/amber-pm-logo.icns", "category": "System",