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",