forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRebuildShellIconCache.json
43 lines (43 loc) · 1.26 KB
/
RebuildShellIconCache.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.2",
"description": "Sordum's Rebuild Shell Icon Cache",
"homepage": "https://www.sordum.org/9194/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/small-tools/ReIconCache.zip",
"hash": "da1100ff77bb867851cd69850cb7ebac0eeffc44ca0f11b57058400b74802ae5",
"extract_dir": "ReIconCache_v1.2",
"architecture": {
"64bit": {
"bin": [
"ReIconCache_x64.exe",
[
"ReIconCache_x64.exe",
"ReIconCache"
]
],
"shortcuts": [
[
"ReIconCache_x64.exe",
"Sordum\\Rebuild Shell Icon Cache"
]
]
},
"32bit": {
"bin": "ReIconCache.exe",
"shortcuts": [
[
"ReIconCache.exe",
"Sordum\\Rebuild Shell Icon Cache"
]
]
}
},
"checkver": "Rebuild Shell Icon Cache\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/small-tools/ReIconCache.zip",
"extract_dir": "ReIconCache_v$version"
}
}