标签: node.js electron electron-builder
我正在使用setAsDefaultProtocolClient来声明协议,然后使用app.on('open-url', function... )来捕获它。但是看来,它并没有触发app.on('open-url')事件。 我在这方面做错什么了吗?
setAsDefaultProtocolClient
app.on('open-url', function... )
app.on('open-url')