forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nircmd.json
37 lines (37 loc) · 1.23 KB
/
nircmd.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
{
"##": [
":NirCmd",
"An alternate to main/nircmd, it adds nircmd to the path instead of creating shims.",
"This is necessary for nircmd.exe to work properly."
],
"version": "2.86",
"description": "Execute various system wide tasks.",
"homepage": "https://www.nirsoft.net/utils/nircmd.html",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/nircmd-x64.zip",
"hash": "a078fdd378b9033e66c0f663764f90004af07bc8a007561abc28212d6ebcd328"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/nircmd.zip",
"hash": "5071b54669bb1e88422c6c340204b0b3a0ffd07e2ac1d747ccbd1447abc92948"
}
},
"pre_install": [
"New-Item -Type Directory -Path \"$dir\" -Name bin -Force | Out-Null",
"Move-Item \"$dir\\*.exe\" \"$dir\\bin\""
],
"env_add_path": "bin",
"checkver": "<td>NirCmd v([\\d\\.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.nirsoft.net/utils/nircmd-x64.zip"
},
"32bit": {
"url": "https://www.nirsoft.net/utils/nircmd.zip"
}
}
}
}