Skip to content

Commit

Permalink
fix(deb): fix depends
Browse files Browse the repository at this point in the history
- fix #1983
  • Loading branch information
JellyBrick committed Jul 14, 2024
1 parent 2512af8 commit 363d869
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@
"rpm"
]
},
"deb": {
"depends": [
"libgtk-3-0",
"libnotify4",
"libnss3",
"libxss1",
"libxtst6",
"xdg-utils",
"libatspi2.0-0",
"libuuid1",
"libasound2",
"libgbm1"
]
},
"rpm": {
"depends": [
"/usr/lib64/libuuid.so.1"
Expand Down

0 comments on commit 363d869

Please sign in to comment.