mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #18946 from atom/aw/electron-version-in-build-env
Set Electron version within the build process environment
This commit is contained in:
@@ -57,6 +57,8 @@ process.on('unhandledRejection', function (e) {
|
||||
})
|
||||
|
||||
const CONFIG = require('./config')
|
||||
process.env.ELECTRON_VERSION = CONFIG.appMetadata.electronVersion
|
||||
|
||||
let binariesPromise = Promise.resolve()
|
||||
|
||||
if (!argv.existingBinaries) {
|
||||
|
||||
Reference in New Issue
Block a user