diff --git a/package.json b/package.json index 8c44e31..1529c45 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ ], "win": { "icon": "build/start.ico", + "requestedExecutionLevel": "highestAvailable", "target": [ { "target": "nsis", @@ -92,7 +93,6 @@ "extraResources": [], "nsis": { "oneClick": false, - "perMachine": true, "installerIcon": "build/install.ico", "uninstallerIcon": "build/install.ico", "installerHeaderIcon": "build/install.ico", @@ -103,4 +103,4 @@ "shortcutName": "智汇享" } } -} +} \ No newline at end of file