From 3fdc251e948e629f5ccbfa77c57b3abe74860783 Mon Sep 17 00:00:00 2001 From: Edgar Date: Wed, 25 Dec 2019 17:39:35 +0100 Subject: [PATCH] :sparkles: Added LOOT --- loot.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 loot.json 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)" + ] + ] +}