mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Make sure the compiled app will be run as admin.
This commit is contained in:
parent
8d4e32e841
commit
8879ecf0dd
@ -6,7 +6,7 @@
|
|||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
"build": "electron-packager . RyzenController --platform=win32 --arch=x64"
|
"build": "electron-packager . RyzenController --platform=win32 --arch=x64 --win32metadata.requested-execution-level=requireAdministrator"
|
||||||
},
|
},
|
||||||
"repository": "https://gitlab.com/le.storm1er/ryzen-controller",
|
"repository": "https://gitlab.com/le.storm1er/ryzen-controller",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
Reference in New Issue
Block a user