feat: init bucket

This commit is contained in:
2025-01-04 21:47:16 +08:00
parent 69d2c43084
commit ece10a8c2d
5 changed files with 71 additions and 35 deletions

26
bucket/JHenTai.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}