electron-deep-linking-mac-win icon indicating copy to clipboard operation
electron-deep-linking-mac-win copied to clipboard

Windows: --allow-file-access-from-files and --original-process-start-time passed to app

Open mahnunchik opened this issue 5 years ago • 0 comments
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

mahnunchik avatar May 20 '20 16:05 mahnunchik