scoop-bucket/bucket/Watt-Toolkit.json
2025-02-12 20:30:40 +00:00

28 lines
958 B
JSON

{
"version": "3.0.0-rc.15",
"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.15/Steam++_v3.0.0-rc.15_win_x64.7z",
"hash": "b99d65e9a9a8e23c7858617897e8a6f324a36c06153a8f77ee8375b18fc8a0cb",
"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"
}
}