[Constants] Remove BuildInfo require as global anyway

pull/66/head
Oj 2 years ago
parent f599d1bd1d
commit 25b84f4837

@ -1,5 +1,3 @@
const { releaseChannel } = require('./utils/buildInfo');
const titleCase = s => s[0].toUpperCase() + s.slice(1);
const appNameSuffix = releaseChannel === 'stable' ? '' : titleCase(releaseChannel);

Loading…
Cancel
Save