diff --git a/loot.json b/loot.json new file mode 100644 index 0000000..1a07a53 --- /dev/null +++ b/loot.json @@ -0,0 +1,22 @@ +{ + "homepage": "https://github.com/loot/loot", + "checkver": { + "url": "https://github.com/loot/loot/releases/latest", + "re": "loot_(?[\\d\\w.]+)-0-(?[\\d\\w]+)_(?[\\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)" + ] + ] +}