forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClassicShutDown.json
42 lines (42 loc) · 1.23 KB
/
ClassicShutDown.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
{
"version": "1.2",
"description": "Sordum's Classic Shut Down. Alternative 'Shut Down Windows' screen.",
"homepage": "https://www.sordum.org/9205/",
"license": {
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/download/classic-shut-down/cShutdown.zip",
"hash": "d483f98452b591b1aad96d48fbcc93908099f9ca5e707242491c3456aed078e7",
"extract_dir": "cShutdown",
"architecture": {
"64bit": {
"bin": [
"cShutdown_x64.exe",
[
"cShutdown_x64.exe",
"cShutdown"
]
],
"shortcuts": [
[
"cShutdown_x64.exe",
"Sordum\\Classic Shut Down"
]
]
},
"32bit": {
"bin": "cShutdown.exe",
"shortcuts": [
[
"cShutdown.exe",
"Sordum\\Classic Shut Down"
]
]
}
},
"checkver": "Classic Shut Down\\s*v([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/download/classic-shut-down/cShutdown.zip"
}
}