-
Notifications
You must be signed in to change notification settings - Fork 0
/
wix.json
47 lines (47 loc) · 1.06 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
43
44
45
46
47
{
"product": "Samples4web",
"company": "ilesinge",
"license": "LICENSE",
"upgrade-code": "",
"files": {
"guid": "",
"items": [
"bin/Samples4web.exe"
]
},
"directories": [
],
"env": {
"guid": "",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {
"guid": "",
"items": [
{
"name": "Samples4web",
"description": "Samples4web Livecoding Tool",
"target": "[INSTALLDIR]\\Samples4web.exe",
"wdir": "INSTALLDIR",
"icon":"Icon.ico"
}
]
},
"hooks": [
],
"choco": {
"description": "Samples4web program",
"project-url": "https://github.com/ilesinge/samples4web",
"tags": "livecoding",
"license-url": "https://github.com/ilesinge/samples4web/blob/main/LICENSE"
}
}