mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
chore: update electron@22.3.10 (#183116)
This commit is contained in:
@@ -91,7 +91,7 @@ function darwinBundleDocumentTypes(types: { [name: string]: string | string[] },
|
||||
}
|
||||
|
||||
export const config = {
|
||||
version: product.electronRepository ? '22.5.2' : util.getElectronVersion(),
|
||||
version: product.electronRepository ? '22.5.3' : util.getElectronVersion(),
|
||||
productAppName: product.nameLong,
|
||||
companyName: 'Microsoft Corporation',
|
||||
copyright: 'Copyright (C) 2023 Microsoft. All rights reserved',
|
||||
@@ -212,7 +212,7 @@ function getElectron(arch: string): () => NodeJS.ReadWriteStream {
|
||||
}
|
||||
|
||||
async function main(arch = process.arch): Promise<void> {
|
||||
const version = product.electronRepository ? '22.5.2' : util.getElectronVersion();
|
||||
const version = product.electronRepository ? '22.5.3' : util.getElectronVersion();
|
||||
const electronPath = path.join(root, '.build', 'electron');
|
||||
const versionFile = path.join(electronPath, 'version');
|
||||
const isUpToDate = fs.existsSync(versionFile) && fs.readFileSync(versionFile, 'utf8') === `${version}`;
|
||||
|
||||
Reference in New Issue
Block a user