electron/atom
Milan Burda a9475f3590 feat: add workingDirectory option to shell.openExternal() (#15065)
Allows passing `workingDirectory` to the underlying `ShellExecuteW` API on Windows.

the motivation is that by default `ShellExecute` would use the current working directory, which would get locked on Windows and can prevent autoUpdater from working correctly. We need to be able specify a different `workingDirectory` to prevent this situation.
2018-10-10 22:46:54 +02:00
..
app fix: Use the new isolate initialization api 2018-10-09 14:38:00 -07:00
browser feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
common feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
node
renderer refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
utility refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00