diff --git a/bucket/bsabrowser.json b/bucket/bsabrowser.json new file mode 100644 index 000000000000..ff5d49221102 --- /dev/null +++ b/bucket/bsabrowser.json @@ -0,0 +1,23 @@ +{ + "version": "1.13.1-17-gcfbdd47", + "description": "Bethesda Archive (.BSA/.BA2/.DAT) browser & extractor", + "homepage": "https://github.com/AlexxEG/BSA_Browser", + "license": "GPL-3.0-only", + "extract_dir": "build", + "url": "https://github.com/AlexxEG/BSA_Browser/releases/download/v1.13.1-17-gcfbdd47/BSA.Browser.Portable.7z", + "hash": "2f4b9caa6a3388f474eda843dfd693b9608071261d59a2e3812685ea54edfc8c", + "checkver": { + "url": "https://api.github.com/repos/AlexxEG/BSA_Browser/releases", + "regex": "AlexxEG\\/BSA_Browser\\/releases\\/download\\/v(?[0-9a-z\\.\\-]+)/BSA\\.Browser\\.Portable\\.7z" + }, + "autoupdate": { + "url": "https://github.com/AlexxEG/BSA_Browser/releases/download/v$version/BSA.Browser.Portable.7z" + }, + "shortcuts": [ + [ + "BSA Browser.exe", + "BSA Browser" + ] + ], + "bin": "bsab.exe" +}