Skip to content

Commit

Permalink
Removed admin permissions because it's no longer needed since 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvfs2k07 committed Nov 7, 2023
1 parent 1696ca5 commit c7f0640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const build = exe({
ProductName: name,
LegalCopyright: 'CC BY-NC-SA 4.0 (http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)',
OriginalFilename: name+'.exe'
},
executionLevel: "requireAdministrator"
}
});

build.then(() => {
Expand Down

0 comments on commit c7f0640

Please sign in to comment.