electron/atom/app/BRANDING.json
Jeremy Apthorp 77fb9cf416 chore: stop using electron.gyp for branding and version (#14559)
* chore: stop using electron.gyp for version info

* chore: remove branding info from electron.gyp

* Use get_electron_branding instead of gn read

* Flip project_name/product_name
2018-09-27 14:53:08 -04:00

5 lines
105 B
JSON

{
"project_name": "electron",
"product_name": "Electron",
"mac_bundle_id": "com.github.Electron"
}