-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No shortcut when using "requested-execution-level": "requireAdministrator" #37
Comments
Same here. Pretty wired. |
I just resolve this problem by handling squirrel event: --squirrel-firstrun, based on project electron-squirrel-startup You can check my code below. In my case I just quit immediately after create shortcut on firstrun.
|
Hey thanks for the hint |
Same here, any update? |
I am also facing the same issue, and it seems there is no solution yet. |
I'm using forge and I need to request admin rights for my app but when i do that, there no shortcut created on the Desktop. When i remove
requested-execution-level
from mypackage.json
, it works.What should I do ?
The text was updated successfully, but these errors were encountered: