Browse Source

fix: strip chrome_sandbox executable (#20082)

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

+ 1 - 0
script/strip-binaries.py

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