Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Request the highest available execution level on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
klayveR committed Sep 17, 2018
1 parent 89e34f9 commit daa49e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
},
"win": {
"icon": "build/icon.ico",
"target": "nsis"
"target": "nsis",
"requestedExecutionLevel": "highestAvailable"
},
"nsis": {
"oneClick": false,
Expand Down

0 comments on commit daa49e2

Please sign in to comment.