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 2eab5d2a3228..6393a91d1cca 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 2020-06-09 17:02:22 UTC +--- test/smoke/src/main.ts.orig 2021-02-03 15:33:23 UTC +++ test/smoke/src/main.ts -@@ -95,7 +95,7 @@ if (!opts.web) { +@@ -90,7 +90,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`); -@@ -108,7 +108,7 @@ if (!opts.web) { +@@ -103,7 +103,7 @@ if (!opts.web) { switch (process.platform) { case 'darwin': return path.join(root, 'Contents', 'MacOS', 'Electron'); |