feat: Upgrade to Chromium 71.0.3578.98 (#15966)

This commit is contained in:
Robo 2019-01-12 06:30:43 +05:30 committed by Jeremy Apthorp
parent 92ddfd0d4c
commit 52fe92d02e
204 changed files with 2291 additions and 1760 deletions

View file

@ -51,7 +51,7 @@ async function nextBeta (v) {
}
async function getElectronVersion () {
const versionPath = path.join(__dirname, '..', '..', 'VERSION')
const versionPath = path.join(__dirname, '..', '..', 'ELECTRON_VERSION')
const version = await readFile(versionPath, 'utf8')
return version.trim()
}