Browse Source

fix: strip chrome-sandbox typo (#20258)

trop[bot] 5 years ago
parent
commit
421490c6b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/strip-binaries.py

+ 1 - 1
script/strip-binaries.py

@@ -8,7 +8,7 @@ from lib.util import execute, get_out_dir
 
 LINUX_BINARIES_TO_STRIP = [
   'electron',
-  'chrome_sandbox',
+  'chrome-sandbox',
   'libffmpeg.so',
   'libGLESv2.so',
   'libEGL.so',