fix: strip chrome-sandbox typo (#20227)
This commit is contained in:
parent
2cac40444b
commit
7c45c2fdef
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from lib.util import execute, get_out_dir
|
||||||
|
|
||||||
LINUX_BINARIES_TO_STRIP = [
|
LINUX_BINARIES_TO_STRIP = [
|
||||||
'electron',
|
'electron',
|
||||||
'chrome_sandbox',
|
'chrome-sandbox',
|
||||||
'libffmpeg.so',
|
'libffmpeg.so',
|
||||||
'libGLESv2.so',
|
'libGLESv2.so',
|
||||||
'libEGL.so',
|
'libEGL.so',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue