electron-deep-linking-mac-win
electron-deep-linking-mac-win copied to clipboard
Windows: --allow-file-access-from-files and --original-process-start-time passed to app
trafficstars
I've faced with unnecessary parameters passed to handler together with deep link:
'--allow-file-access-from-files',
'--original-process-start-time=13234384064407895',
I think we should use only last element from the array: https://github.com/oikonomopo/electron-deep-linking-mac-win/blob/master/main.js#L63