generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
nsudo.json
54 lines (54 loc) · 1.38 KB
/
nsudo.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
44
45
46
47
48
49
50
51
52
53
54
{
"version": "9.0-preview-1",
"description": "Powerful System Administration Tool",
"homepage": "https://github.com/M2Team/NSudo",
"license": "MIT",
"url": "https://github.com/M2TeamArchived/NSudo/releases/download/9.0-Preview1/NSudo_9.0_Preview1_9.0.2676.0.zip",
"hash": "2A4D3C5847FA9694C050448AFAEAC6FB3C9F41995C7A2F8EE4CBD015E18909EB",
"architecture": {
"64bit": {
"bin": [
"x64\\NSudoLC.exe",
[
"x64\\NSudoLC.exe",
"NSudo"
]
],
"shortcuts": [
[
"x64\\NSudoLG.exe",
"NSudo"
]
]
},
"32bit": {
"bin": [
"Win32\\NSudoLC.exe",
[
"Win32\\NSudoLC.exe",
"NSudo"
]
],
"shortcuts": [
[
"Win32\\NSudoLG.exe",
"NSudo"
]
]
},
"arm64": {
"bin": [
"ARM64\\NSudoLC.exe",
[
"ARM64\\NSudoLC.exe",
"NSudo"
]
]
}
},
"persist": [
"x64\\NSudo.json",
"Win32\\NSudo.json",
"ARM64\\NSudo.json"
]
}