forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPowerRun.json
43 lines (43 loc) · 1.23 KB
/
PowerRun.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "1.4",
"description": "Sordum's PowerRun. Execute application with the same privileges as the TrustedInstaller/Nt Authority/system.",
"homepage": "https://www.sordum.org/9416/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/power-run/PowerRun.zip",
"hash": "dafb307f85d51b0a847fc156b5dd86bbdfe2f6b6fa40d893b8882d011848af3f",
"extract_dir": "PowerRun",
"architecture": {
"64bit": {
"bin": [
"PowerRun_x64.exe",
[
"PowerRun_x64.exe",
"PowerRun"
]
],
"shortcuts": [
[
"PowerRun_x64.exe",
"Sordum\\PowerRun"
]
]
},
"32bit": {
"bin": "PowerRun.exe",
"shortcuts": [
[
"PowerRun.exe",
"Sordum\\PowerRun"
]
]
}
},
"persist": "PowerRun.ini",
"checkver": "PowerRun\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/power-run/PowerRun.zip"
}
}