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.17.0",
|
|
"url": "https://github.com/loot/loot/releases/download/0.17.0/loot_0.17.0-0-g36fedfe_0.17.0.7z",
|
|
"hash": "4efb1ff3deeae463637d8e7a3150f267eae0600afa0714d766722a579cd2e67e",
|
|
"extract_dir": "loot_0.17.0-0-g36fedfe_0.17.0",
|
|
"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"
|
|
}
|
|
}
|