Fine-tune file protocol filter

This commit is contained in:
Scott Nonnenberg 2018-05-25 14:11:26 -07:00
parent 06b0544bbe
commit eec61f5289
3 changed files with 38 additions and 16 deletions

View file

@ -452,6 +452,7 @@ app.on('ready', () => {
protocol: electronProtocol,
userDataPath,
installPath,
isWindows: process.platform === 'win32',
});
}