wix.json (1109B)
1 { 2 "product": "Morpheusv2", 3 "company": "Nordgedanken", 4 "license": "LICENSE", 5 "upgrade-code": "07ea6b62-c4cd-4154-9120-a159f90d4e96", 6 "files": { 7 "guid": "f872c0e3-2cf5-4bee-a961-7a8bf145cf89", 8 "items": [ 9 "Morpheusv2.exe" 10 ] 11 }, 12 "env": { 13 "guid": "417a48b3-e40b-4909-8e70-34de45576a29", 14 "vars": [ 15 { 16 "name": "PATH", 17 "value": "[INSTALLDIR]", 18 "permanent": "no", 19 "system": "no", 20 "action": "set", 21 "part": "last" 22 } 23 ] 24 }, 25 "shortcuts": { 26 "guid": "6743f868-7229-4caa-9064-d05ee7fca370", 27 "items": [ 28 { 29 "name": "Morpheusv2", 30 "description": "A Matrix client written in Go-QT", 31 "target": "[INSTALLDIR]\\Morpheusv2.exe", 32 "wdir": "INSTALLDIR", 33 "arguments": "", 34 "icon": "morpheus.ico" 35 } 36 ] 37 }, 38 "choco": { 39 "description": "A Matrix client written in Go-QT", 40 "project-url": "https://github.com/Nordgedanken/Morpheusv2", 41 "tags": "matrix chat go client", 42 "license-url": "https://github.com/Nordgedanken/Morpheusv2/blob/master/LICENSE" 43 } 44 }