From 766b15fab2e9d406bfb4f8f27ce2aef801e5d619 Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 22 Oct 2021 14:45:14 +0200 Subject: [PATCH] :tada: Added MPF --- MPF.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MPF.json diff --git a/MPF.json b/MPF.json new file mode 100644 index 0000000..ab4ad3f --- /dev/null +++ b/MPF.json @@ -0,0 +1,18 @@ +{ + "checkver": { + "github": "https://github.com/SabreTools/MPF" + }, + "autoupdate": { + "url": "https://github.com/SabreTools/MPF/releases/download/$version/MPF_$version-net48.zip" + }, + "version": "2.1", + "extract_dir": "net48", + "url": "https://github.com/SabreTools/MPF/releases/download/2.1/MPF_2.1-net48.zip", + "hash": "e0abab79a58a9498ff1e9ec8c1ed5a09a8452227ddf57c2ccf123564fd202843", + "shortcuts": [ + [ + "MPF.exe", + "Media Preservation Frontend" + ] + ] +}