-
Notifications
You must be signed in to change notification settings - Fork 0
/
aText.json
27 lines (27 loc) · 853 Bytes
/
aText.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
{
"version": "1.41",
"homepage": "https://www.trankynam.com/atext",
"hash": "9de20b2252155881db120311138fc069089445fd2d32b9cc8d67138d4f434fc5",
"url": "https://www.trankynam.com/atext/downloads/aTextSetup.zip",
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\aTextSetup.msi\" \"$dir\\_tmp\"",
"Expand-7zipArchive \"$dir\\_tmp\\disk1.cab\" \"$dir\" -Removal",
"Remove-Item -Recurse \"$dir\\_tmp\", \"$dir\\aTextSetup.msi\""
]
},
"bin": "aText.exe",
"shortcuts": [
[
"aText.exe",
"aText"
]
],
"checkver": {
"url": "https://www.trankynam.com/atext/",
"regex": "Version ([\\w.]+) for Windows"
},
"autoupdate": {
"url": "https://www.trankynam.com/atext/downloads/aTextSetup.zip"
}
}