mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
feat: Upgrade to Chromium 71.0.3578.98 (#15966)
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user