-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
wix.json
42 lines (42 loc) · 1.15 KB
/
wix.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
{
"product": "Spice",
"company": "ChilliBits",
"license": "LICENSE",
"files": {
"guid": "064e9d15-7d0f-4800-869d-d097c2be9bd4",
"items": [
"spice.exe",
"zlib1__.dll"
]
},
"directories": [
"std"
],
"env": {
"guid": "27bebd64-9bda-4b0f-b7ca-5bfc26b06cdb",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR];%USERPROFILE%\\spice\\bin",
"permanent": "yes",
"system": "no",
"action": "set",
"part": "last"
},
{
"name": "SPICE_STD_DIR",
"value": "[INSTALLDIR]std",
"permanent": "yes",
"system": "no",
"action": "set",
"part": "all"
}
]
},
"choco": {
"description": "Spice programming language",
"project-url": "https://github.com/spicelang/spice",
"tags": "programming-language language compiler cpp llvm antlr",
"license-url": "https://github.com/spicelang/spice/blob/main/LICENSE"
}
}