mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Before, in order to retrieve the application name, Electron's `getName()` method was used (https://electronjs.org/docs/api/app#appgetname). Now, instead, we also use the Atom version in order to calculate the release channel and be able to have it on the app name (e.g `Atom Nightly`).