Ast
Ast
Same here. Any solution?
好像还是不支持https?
可以拿数据说话
Same here. Pretty wired.
I just resolve this problem by handling squirrel event: --squirrel-firstrun, based on project [electron-squirrel-startup](https://github.com/mongodb-js/electron-squirrel-startup) You can check my code below. In my case I just quit immediately after create shortcut...
Same to me.
Use this code will resolve the problem. Before import this lib, set navigator to empty object. ``` global.navigator={}; global.window={}; ```