Skip to content

Commit

Permalink
fix(installer): add libx11-xcb1 to the list of chromium deps (#6003)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Mar 30, 2021
1 parent 9425223 commit 77993c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nativeDeps.ts
Expand Up @@ -42,6 +42,7 @@ export const deps = {
'libnss3',
'libpango-1.0-0',
'libx11-6',
'libx11-xcb1',
'libxcb1',
'libxcomposite1',
'libxdamage1',
Expand Down Expand Up @@ -148,6 +149,7 @@ export const deps = {
'libnss3',
'libpango-1.0-0',
'libx11-6',
'libx11-xcb1',
'libxcb1',
'libxcomposite1',
'libxdamage1',
Expand Down

0 comments on commit 77993c3

Please sign in to comment.