aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-test_automation_src_electron.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vscode/files/patch-test_automation_src_electron.ts')
-rw-r--r--editors/vscode/files/patch-test_automation_src_electron.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vscode/files/patch-test_automation_src_electron.ts b/editors/vscode/files/patch-test_automation_src_electron.ts
index 0c4d05bf22f0..d9e0cf8836e2 100644
--- a/editors/vscode/files/patch-test_automation_src_electron.ts
+++ b/editors/vscode/files/patch-test_automation_src_electron.ts
@@ -1,6 +1,6 @@
---- test/automation/src/electron.ts.orig 2025-09-09 22:02:15 UTC
+--- test/automation/src/electron.ts.orig 2025-11-11 14:25:32 UTC
+++ test/automation/src/electron.ts
-@@ -95,6 +95,7 @@ export function getDevElectronPath(): string {
+@@ -96,6 +96,7 @@ export function getDevElectronPath(): string {
case 'darwin':
return join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron');
case 'linux':
@@ -8,7 +8,7 @@
return join(buildPath, 'electron', `${product.applicationName}`);
case 'win32':
return join(buildPath, 'electron', `${product.nameShort}.exe`);
-@@ -107,7 +108,8 @@ export function getBuildElectronPath(root: string): st
+@@ -108,7 +109,8 @@ export function getBuildElectronPath(root: string): st
switch (process.platform) {
case 'darwin':
return join(root, 'Contents', 'MacOS', 'Electron');