vyunikov
vyunikov
`signtool` on Windows supports specifying password as an environment variable. For example, I can run the following command and it will successfully sign the executable: ``` signtool.exe sign /a /f...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Preflight Checklist * [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. *...
On Windows, in CEF version 136 and 137 CefDragHandler::OnDragEnter is never being called when a file is dragged to an HTML page, which handles Drag-and-Drop. **To Reproduce** Steps to reproduce...