Skip to content

Commit

Permalink
set execution level to be non admin for winds
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 29, 2024
1 parent 0f91ebf commit dee4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
]
},
"win": {
"requestedExecutionLevel": "highestAvailable",
"requestedExecutionLevel": "asInvoker",
"target": [
"nsis"
],
Expand Down

0 comments on commit dee4166

Please sign in to comment.