forked from ChrisChinchilla/vale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwix.json
38 lines (38 loc) · 822 Bytes
/
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
{
"product": "Vale",
"company": "jdkato",
"license": "LICENSE",
"upgrade-code": "8ae92779-e197-4226-a571-98db839f01c1",
"files": {
"guid": "3dc9f40e-73d8-4ea3-a654-202c5fdd0a35",
"items": [
"vale.exe"
]
},
"env": {
"guid": "9c50b2be-ff7e-4e01-9fa8-f68a19dd5714",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {
"guid": "9c4119eb-b515-41b7-8910-3a7062e4c3c0",
"items": [
{
"name": "Vale",
"description": "A customizable, syntax-aware linter for prose.",
"target": "[INSTALLDIR]\\vale.exe",
"wdir": "INSTALLDIR",
"arguments": "",
"icon": ""
}
]
}
}