fix(launchDoctor): add package mapping for libvpx.so.5 (#3180)

Since we were bundling the library with the browsers before, the
mapping was missing.

References #2745
This commit is contained in:
Andrey Lushnikov 2020-07-27 10:39:45 -07:00 committed by GitHub
parent 51ce47f30f
commit 6fa7547ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ const LIBRARY_TO_PACKAGE_NAME_UBUNTU_18_04: { [s: string]: string} = {
'libsecret-1.so.0': 'libsecret-1-0',
'libsmime3.so': 'libnss3',
'libssl3.so': 'libnss3',
'libvpx.so.5': 'libvpx5',
'libwayland-client.so.0': 'libwayland-client0',
'libwayland-egl.so.1': 'libwayland-egl1',
'libwayland-server.so.0': 'libwayland-server0',