Daniel Chen
Daniel Chen
### What version of pkg are you using? 5.8.0 ### What version of Node.js are you using? 12.22.11 ### What operating system are you using? Windows ### What CPU architecture...
Hi there, it seems I can only use svg format icon as custom icon. How can I use png format instead? Thanks!
Hi, could you teach me how to quit electronmon process while I am using electronmon in my start script in package.json?
## Summary I tried to quit app when app window is closed, and expect to see electronmon process is terminated. Below is my code ``` mainWindow.on('closed', () => { mainWindow...