Open AndreiSoroka opened 3 years ago
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.disable-executable-page-protection</key>
<true/>
not helped
from https://stackoverflow.com/questions/63307240/signed-electron-app-does-not-start-with-robotjs-on-osx-unhandled-errpr-no-suit and from https://github.com/octalmage/robotjs/issues/515#issuecomment-573347510
Expected Behavior
When I run node script:
I get modal message (dialog, popup):
But when I try to do it in electron@9.4.4. Just nothing. No errors. No modals to ask access permission. Just not work.
Possible Solution
I think need to add to documentation: "how setup electron".
For example here: http://robotjs.io/docs/electron
Context
I would like add paste event to my electron app in other apps;
Your Environment