mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 23:44:24 +03:00
Set ELECTRON_VERSION to the current Electron version.
This commit is contained in:
parent
2712b1f505
commit
c513d1c024
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user