-
Notifications
You must be signed in to change notification settings - Fork 0
/
mery.json
43 lines (43 loc) · 1.53 KB
/
mery.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
{
"homepage": "https://www.haijin-boys.com/software/mery",
"description": "テキストエディター「Mery」ベータ版",
"license": "Freeware",
"version": "3.7.1",
"architecture": {
"64bit": {
"url": "https://www.haijin-boys.com/download/MeryPortable-x64-3.7.1.zip",
"hash": "9ccd2400c481fd61448f723b8ffe017d63a56229cc9a7c5cae088f8c83bf72ee"
},
"32bit": {
"url": "https://www.haijin-boys.com/download/MeryPortable-3.7.1.zip",
"hash": "2ef3e2fdee78b5b5b8d25f81123b68d0c3f2bfe578be802e0c3459b327342c17"
}
},
"extract_dir": "Mery",
"bin": "mery.exe",
"shortcuts": [
[
"mery.exe",
"Mery"
]
],
"persist": "mery.ini",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) { New-Item -ItemType directory \"$persist_dir\" | Out-Null }",
"if (!(Test-Path \"$persist_dir\\mery.ini\")) { New-Item -ItemType file \"$persist_dir\\mery.ini\" | Out-Null }"
],
"checkver": {
"url": "https://www.haijin-boys.com/software/mery",
"re": "テキストエディター「Mery」ベータ版 Ver ([\\d.]+) "
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.haijin-boys.com/download/MeryPortable-x64-$version.zip"
},
"32bit": {
"url": "https://www.haijin-boys.com/download/MeryPortable-$version.zip"
}
}
}
}