summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-test_smoke_src_main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vscode/files/patch-test_smoke_src_main.ts')
-rw-r--r--editors/vscode/files/patch-test_smoke_src_main.ts6
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 dfcf4a0a4f1c..17e336b519be 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-07-14 21:51:05 UTC
+--- test/smoke/src/main.ts.orig 2021-09-22 11:45:58 UTC
+++ test/smoke/src/main.ts
-@@ -91,7 +91,7 @@ if (!opts.web) {
+@@ -101,7 +101,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`);
-@@ -104,7 +104,7 @@ if (!opts.web) {
+@@ -114,7 +114,7 @@ if (!opts.web) {
switch (process.platform) {
case 'darwin':
return path.join(root, 'Contents', 'MacOS', 'Electron');