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 my package.json, it works.
What should I do ?
"forge": {
"packagerConfig": {
"name": "MyApp",
"win32metadata": {
"requested-execution-level": "requireAdministrator"
}
},
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-levelfrom mypackage.json, it works.What should I do ?