-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathelevate.json
41 lines (39 loc) · 1.39 KB
/
elevate.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
{
"homepage": "https://github.com/mrkrch/Elevation-PowerToys",
"version": "1.1.1",
"license": "https://github.com/mrkrch/Elevation-PowerToys/blob/master/Eula.doc?raw=true",
"architecture": {
"64bit": {
"url": "https://github.com/mrkrch/Elevation-PowerToys/archive/v1.1.1.zip"
},
"32bit": {
"url": "https://github.com/mrkrch/Elevation-PowerToys/archive/v1.1.1.zip"
}
},
"checkver": {
"url": "https://github.com/mrkrch/Elevation-PowerToys/releases",
"re": "Elevation-PowerToys/archive/v(?<version>\\d\\.\\d\\.\\d)\\.zip",
"reverse": false
},
"autoupdate": {
"note": "This scoop install manifest was created by Brett Brewer. If you encounter issues please post an issue on the github page.",
"architecture": {
"64bit": {
"url": "https://github.com/mrkrch/Elevation-PowerToys/archive/v$version.zip"
},
"32bit": {
"url": "https://github.com/mrkrch/Elevation-PowerToys/archive/v$version.zip"
}
}
},
"installer": {
"_comment": "run the installer scripts",
"script": [
"sudo scoop install sysinternals",
"sudo \"$dir\\Elevation-PowerToys-$version\\InstallAllPowerToys.cmd\""
]
},
"notes":[
"Yay."
]
}