fix deb builds because it defualts to be idiotic

This commit is contained in:
Jeff 2022-06-23 11:31:36 -04:00 committed by Jason Rhinelander
parent e81bdea2af
commit a3a7d8c235
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 15 additions and 0 deletions

View File

@ -168,6 +168,21 @@ module.exports = function() {
icon: "oxen-electron-wallet.png",
category: "Finance"
},
// see https://www.electron.build/configuration/linux#debian-package-options
deb: {
depends: [
"libgtk-3-0",
"libnotify4",
"libnss3",
"libxss1",
"libxtst6",
"xdg-utils",
"libatspi2.0-0",
"libuuid1",
"libsecret-1-0",
"libappindicator3-1 | libayatana-appindicator3-1"
]
},
mac: {
// We need zip for auto-updating