-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChezScheme.json
59 lines (59 loc) · 2.4 KB
/
ChezScheme.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
55
56
57
58
59
{
"homepage": "https://cisco.github.io/ChezScheme",
"version": "10.1.0",
"license": "Apache-2.0",
"url": "/~https://github.com/cisco/ChezScheme/releases/download/v10.1.0/ChezScheme10.1.0.exe",
"hash": "2efc2fa0b108c5060fd16d2de06cbcb7e2b65cd0ebdc9ab9b5a285eb065adc47",
"architecture": {
"64bit": {
"installer": {
"script": [
"Expand-DarkArchive \"$dir\\$fname\" \"$dir\" -Removal",
"Get-ChildItem $dir -Exclude 'AttachedContainer' | Remove-Item -Force -Recurse",
"Expand-MsiArchive \"$dir\\AttachedContainer\\ChezScheme64.msi\" -DestinationPath $dir -Removal",
"$folder = (Get-ChildItem \"$dir\" 'Chez Scheme *' | Select-Object -First 1).FullName",
"Move-Item \"$folder\\*\" \"$dir\"",
"Remove-Item \"$dir\\AttachedContainer\",\"$dir\\System64\",\"$folder\" -Recurse -Force"
]
},
"bin": [
"bin\\a6nt\\scheme.exe",
"bin\\a6nt\\petite.exe"
],
"shortcuts": [
[
"bin\\a6nt\\petite.exe",
"Petite Chez Scheme"
]
]
},
"32bit": {
"installer": {
"script": [
"Expand-DarkArchive \"$dir\\$fname\" \"$dir\" -Removal",
"Get-ChildItem $dir -Exclude 'AttachedContainer' | Remove-Item -Force -Recurse",
"Expand-MsiArchive \"$dir\\AttachedContainer\\ChezScheme32.msi\" -DestinationPath $dir -Removal",
"$folder = (Get-ChildItem \"$dir\" 'Chez Scheme *' | Select-Object -First 1).FullName",
"Move-Item \"$folder\\*\" \"$dir\"",
"Remove-Item \"$dir\\AttachedContainer\",\"$dir\\System\",\"$folder\" -Recurse -Force"
]
},
"bin": [
"bin\\i3nt\\scheme.exe",
"bin\\i3nt\\petite.exe"
],
"shortcuts": [
[
"bin\\i3nt\\petite.exe",
"Petite Chez Scheme"
]
]
}
},
"checkver": {
"github": "/~https://github.com/cisco/ChezScheme"
},
"autoupdate": {
"url": "/~https://github.com/cisco/ChezScheme/releases/download/v$version/ChezScheme$version.exe"
}
}