mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 06:31:18 +01:00
Add Debian dependencies (in particular, for "libasound2")
See https://github.com/usebruno/bruno/pull/1037#discussion_r1403537930
This commit is contained in:
parent
77b1e6d738
commit
9956e13712
@ -34,6 +34,21 @@ const config = {
|
|||||||
icon: 'resources/icons/png',
|
icon: 'resources/icons/png',
|
||||||
target: ['AppImage', 'deb', 'snap', 'rpm']
|
target: ['AppImage', 'deb', 'snap', 'rpm']
|
||||||
},
|
},
|
||||||
|
deb: {
|
||||||
|
// Docs: https://www.electron.build/configuration/linux#debian-package-options
|
||||||
|
depends: [
|
||||||
|
'libgtk-3-0',
|
||||||
|
'libnotify4',
|
||||||
|
'libnss3',
|
||||||
|
'libxss1',
|
||||||
|
'libxtst6',
|
||||||
|
'xdg-utils',
|
||||||
|
'libatspi2.0-0',
|
||||||
|
'libuuid1',
|
||||||
|
'libsecret-1-0',
|
||||||
|
'libasound2' // #1036
|
||||||
|
]
|
||||||
|
},
|
||||||
win: {
|
win: {
|
||||||
artifactName: '${name}_${version}_${arch}_win.${ext}',
|
artifactName: '${name}_${version}_${arch}_win.${ext}',
|
||||||
icon: 'resources/icons/png',
|
icon: 'resources/icons/png',
|
||||||
|
Loading…
Reference in New Issue
Block a user