mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
chore: update to electron 27 (#197539)
* chore: update electron@27.0.2 * chore: update debian dependencies * chore: bump electron@27.0.4 * chore: bump electron@27.1.0 * chore: bump electron@27.1.3 * chore: bump distro
This commit is contained in:
@@ -45,7 +45,7 @@ export async function getSysroot(arch: DebianArchString): Promise<string> {
|
||||
throw new Error('Cannot retrieve sysroots.json. Stderr:\n' + result.stderr);
|
||||
}
|
||||
const sysrootInfo = require(sysrootDictLocation);
|
||||
const sysrootArch = arch === 'armhf' ? 'bullseye_arm' : `bullseye_${arch}`;
|
||||
const sysrootArch = `bullseye_${arch}`;
|
||||
const sysrootDict: SysrootDictEntry = sysrootInfo[sysrootArch];
|
||||
const tarballFilename = sysrootDict['Tarball'];
|
||||
const tarballSha = sysrootDict['Sha1Sum'];
|
||||
|
||||
Reference in New Issue
Block a user