27 lines
969 B
JSON
27 lines
969 B
JSON
{
|
|
"version": "8.0.6+274",
|
|
"description": "A cross-platform manga app made for e-hentai & exhentai by Flutter.",
|
|
"homepage": "https://github.com/jiangtian616/JHenTai",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/jiangtian616/JHenTai/releases/download/v8.0.6+274/JHenTai_8.0.6+274_Windows.zip",
|
|
"hash": "c55ba6e2b7506dc10d19c57c8aa457ec5f4ff9fa8613fac2e5382de0dd1ea1ab",
|
|
"bin": "jhentai.exe",
|
|
"pre_install": [
|
|
"Move-Item -Path \"$dir\\JHenTai_*\\*\" -Destination \"$dir\"",
|
|
"Remove-Item \"$dir\\JHenTai_*\" -Force -Recurse"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"jhentai.exe",
|
|
"JHenTai"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/jiangtian616/JHenTai/releases/latest",
|
|
"regex": "v(\\d+\\.\\d+\\.\\d+\\+\\d+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/jiangtian616/JHenTai/releases/download/v$version/JHenTai_$version_Windows.zip"
|
|
}
|
|
}
|