28 lines
1003 B
JSON
28 lines
1003 B
JSON
{
|
|
"homepage": "https://github.com/loot/loot",
|
|
"description": "Plugin load order optimisation tool for The Elder Scrolls and Fallout series",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "0.16.1",
|
|
"url": "https://github.com/loot/loot/releases/download/0.16.1/loot_0.16.1-0-g18e28e9_0.16.1.7z",
|
|
"hash": "eeb55a9f9bd1226eb71759714d2bcfdfba3a07351c1eb428516854d8f24ccc5b",
|
|
"extract_dir": "loot_0.16.1-0-g18e28e9_0.16.1",
|
|
"bin": "LOOT.exe",
|
|
"shortcuts": [
|
|
[
|
|
"LOOT.exe",
|
|
"LOOT"
|
|
]
|
|
],
|
|
"suggest": {
|
|
"Visual C++ Redistributable 2019": "extras/vcredist2019"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/loot/loot",
|
|
"regex": "loot_([\\d.]+)-0-(?<commit>\\w+)_(?<version>[\\d\\.]+)\\.7z"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/loot/loot/releases/download/$version/loot_$version-0-$matchCommit_$version.7z",
|
|
"extract_dir": "loot_$version-0-$matchCommit_$version"
|
|
}
|
|
}
|