diff options
Diffstat (limited to 'editors/vscode/files/patch-test_smoke_src_main.ts')
-rw-r--r-- | editors/vscode/files/patch-test_smoke_src_main.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vscode/files/patch-test_smoke_src_main.ts b/editors/vscode/files/patch-test_smoke_src_main.ts index 17e336b519be..5a502f330173 100644 --- a/editors/vscode/files/patch-test_smoke_src_main.ts +++ b/editors/vscode/files/patch-test_smoke_src_main.ts @@ -1,6 +1,6 @@ ---- test/smoke/src/main.ts.orig 2021-09-22 11:45:58 UTC +--- test/smoke/src/main.ts.orig 2021-12-06 21:35:50 UTC +++ test/smoke/src/main.ts -@@ -101,7 +101,7 @@ if (!opts.web) { +@@ -109,7 +109,7 @@ if (!opts.web) { switch (process.platform) { case 'darwin': return path.join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron'); @@ -9,7 +9,7 @@ return path.join(buildPath, 'electron', `${product.applicationName}`); case 'win32': return path.join(buildPath, 'electron', `${product.nameShort}.exe`); -@@ -114,7 +114,7 @@ if (!opts.web) { +@@ -122,7 +122,7 @@ if (!opts.web) { switch (process.platform) { case 'darwin': return path.join(root, 'Contents', 'MacOS', 'Electron'); |