-
Notifications
You must be signed in to change notification settings - Fork 1
/
wix.json
43 lines (43 loc) · 1.07 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
{
"product": "GoMusic",
"company": "SRV332003",
"license": "LICENSE",
"upgrade-code": "385eb0aa-5cbb-45d8-bf1f-33325e2b3c79",
"files": {
"guid": "85138470-b017-4b17-9fb2-6eaca51a9f69",
"items": [
"dist/msi.exe"
]
},
"env": {
"guid": "474237e0-f254-4483-bc35-7100984bfdef",
"vars": [
{
"name": "PATH",
"value": "[INSTALLDIR]",
"permanent": "no",
"system": "no",
"action": "set",
"part": "last"
}
]
},
"shortcuts": {
"guid": "",
"items": [
{
"name": "Go Music",
"description": "A perfect music companion for you and your Terminal.🔥🔥",
"target": "[INSTALLDIR]\\go_music.exe",
"wdir": "INSTALLDIR",
"icon":"icon.ico"
}
]
},
"choco": {
"description": "A perfect music companion for you and your Terminal.🔥🔥",
"project-url": "https://github.com/SRV332003/go_music",
"tags": "MUSIC YOUTUBE DOWNLOADER",
"license-url": "https://raw.githubusercontent.com/SRV332003/go_music/refs/heads/main/LICENSE"
}
}