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 e3e4afbe21d0..0c4d05bf22f0 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-08-06 20:09:28 UTC
+--- test/automation/src/electron.ts.orig 2025-09-09 22:02:15 UTC
+++ test/automation/src/electron.ts
-@@ -86,6 +86,7 @@ export function getDevElectronPath(): string {
+@@ -95,6 +95,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`);
-@@ -98,7 +99,8 @@ export function getBuildElectronPath(root: string): st
+@@ -107,7 +108,8 @@ export function getBuildElectronPath(root: string): st
switch (process.platform) {
case 'darwin':
return join(root, 'Contents', 'MacOS', 'Electron');