feat: init bucket
This commit is contained in:
26
bucket/JHenTai.json
Normal file
26
bucket/JHenTai.json
Normal 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
27
bucket/Watt-Toolkit.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user