mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
When creating branded release builds and using scripts/strip-binaries.py on Linux, the final artifacts end up unstripped due to the static set of binaries considered for stripping. With this patch the name of the electron binary is taken from the BRANDING.json `project_name` key. Signed-off-by: Robert Günzler <r@gnzler.io> Co-authored-by: Robert Günzler <r@gnzler.io> Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Robert Günzler <r@gnzler.io>