remove requiring admin, this caused otd to not work

This commit is contained in:
2024-01-22 12:06:22 +01:00
parent b9bd87c099
commit 3570582c6b
2 changed files with 3 additions and 4 deletions

View File

@@ -17,7 +17,6 @@
"electron/**/*"
],
"win": {
"requestedExecutionLevel": "requireAdministrator",
"target": [
"portable"
]