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"
}
}

27
bucket/Watt-Toolkit.json Normal file
View File

@@ -0,0 +1,27 @@
{
"version": "3.0.0-rc.13",
"description": "Watt Toolkit is an open-source, cross-platform multifunctional toolbox for Steam.",
"homepage": "https://github.com/BeyondDimension/SteamTools/",
"license": "GPL-3.0-only",
"url": "https://github.com/BeyondDimension/SteamTools/releases/download/3.0.0-rc.13/Steam++_v3.0.0-rc.13_win_x64.7z",
"hash": "7430e1e7fea1403ff23d5e0dc55bff75b5da8387dae2481f5e5c18bf7469f002",
"bin": "Steam++.exe",
"shortcuts": [
[
"Steam++.exe",
"Steam++"
]
],
"persist": [
"AppData",
"Cache",
"Logs"
],
"checkver": {
"url": "https://api.github.com/repos/BeyondDimension/SteamTools/releases",
"regex": "/releases/tag/([\\d.]+(-alpha|-beta|-rc)?(\\.\\d+)?)"
},
"autoupdate": {
"url": "https://github.com/BeyondDimension/SteamTools/releases/download/$version/Steam++_v$version_win_x64.7z"
}
}