parent
a510e2d54c
commit
1270d0b4f5
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"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.15.1",
|
||||||
|
"url": "https://github.com/loot/loot/releases/download/0.15.1/loot_0.15.1-0-g82c756e_master.7z",
|
||||||
|
"hash": "0d6764509c4f7d7ff21ec8f716b295b7fea015c6d4a39b0e6e0e0ad710ba87f8",
|
||||||
|
"extract_dir": "loot_0.15.1-0-g82c756e_master",
|
||||||
|
"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+)_master\\.7z"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/loot/loot/releases/download/$version/loot_$version-0-$matchCommit_master.7z",
|
||||||
|
"extract_dir": "loot_$version-0-$matchCommit_master"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue