Skip to content

Commit 8f16862

Browse files
authored
remove workingDirectory from Windows deep-link handler (#241)
* remove workingDirectory * Build plugin --------- Co-authored-by: gwleuverink <[email protected]>
1 parent 0375d39 commit 8f16862

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

resources/js/electron-plugin/dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ class NativePHP {
149149
event: "\\Native\\Laravel\\Events\\App\\OpenedFromURL",
150150
payload: {
151151
url: commandLine[commandLine.length - 1],
152-
workingDirectory: workingDirectory,
153152
},
154153
});
155154
});

resources/js/electron-plugin/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ class NativePHP {
201201
event: "\\Native\\Laravel\\Events\\App\\OpenedFromURL",
202202
payload: {
203203
url: commandLine[commandLine.length - 1],
204-
workingDirectory: workingDirectory,
205204
},
206205
});
207206
},

0 commit comments

Comments
 (0)