Added LOOT

This commit is contained in:
Edgar 2019-12-25 17:39:35 +01:00
parent db48e5a5f2
commit 3fdc251e94
No known key found for this signature in database
GPG Key ID: 4A6D77F8CCD2CBAC

22
loot.json Normal file
View File

@ -0,0 +1,22 @@
{
"homepage": "https://github.com/loot/loot",
"checkver": {
"url": "https://github.com/loot/loot/releases/latest",
"re": "loot_(?<version>[\\d\\w.]+)-0-(?<short>[\\d\\w]+)_(?<branch>[\\d\\w.]+).7z"
},
"autoupdate": {
"url": "https://github.com/loot/loot/releases/download/$version/loot_$version-0-$matchShort_$matchBranch.7z",
"extract_dir": "loot_$version-0-$matchShort_$matchBranch"
},
"version": "0.15.1",
"extract_dir": "loot_0.15.1-0-g82c756e_master",
"url": "https://github.com/loot/loot/releases/download/0.15.1/loot_0.15.1-0-g82c756e_master.7z",
"bin": "LOOT.exe",
"hash": "0d6764509c4f7d7ff21ec8f716b295b7fea015c6d4a39b0e6e0e0ad710ba87f8",
"shortcuts": [
[
"LOOT.exe",
"LOOT (Load Order Optimisation Tool)"
]
]
}