build: refactor Linux binary stripping to align with upstream (#47932)

This commit is contained in:
David Sanders
2025-08-27 18:56:31 -07:00
committed by GitHub
parent bf29d2f0bd
commit cca55117e4
13 changed files with 245 additions and 263 deletions

View File

@@ -191,12 +191,6 @@ $ ./out/Testing/electron
### Packaging
On linux, first strip the debugging and symbol information:
```sh
$ electron/script/strip-binaries.py -d out/Release
```
To package the electron build as a distributable zip file:
```sh