aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vscode/files/patch-build_lib_electron.ts
blob: c89cd63f67f677374faf91832477cd070b66cb94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- build/lib/electron.ts.orig	2025-07-09 22:00:36 UTC
+++ build/lib/electron.ts
@@ -199,8 +199,9 @@ export const config = {
 	winIcon: 'resources/win32/code.ico',
 	token: process.env['GITHUB_TOKEN'],
 	repo: product.electronRepository || undefined,
-	validateChecksum: true,
+	validateChecksum: false,
 	checksumFile: path.join(root, 'build', 'checksums', 'electron.txt'),
+	unsafelyDisableChecksums: true,
 };
 
 function getElectron(arch: string): () => NodeJS.ReadWriteStream {