From 221fb6b13b18b585cdddaba8d8d260e1a3e801f5 Mon Sep 17 00:00:00 2001 From: Edgar Date: Thu, 19 Dec 2019 22:51:45 +0100 Subject: [PATCH] :sparkles: Added MTuner --- mtuner.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mtuner.json diff --git a/mtuner.json b/mtuner.json new file mode 100644 index 0000000..8d9ef34 --- /dev/null +++ b/mtuner.json @@ -0,0 +1,18 @@ +{ + "checkver": { + "github": "https://github.com/milostosic/MTuner" + }, + "autoupdate": { + "url": "https://github.com/milostosic/MTuner/releases/download/v$version/mtuner64.zip" + }, + "version": "4.3.1", + "url": "https://github.com/milostosic/MTuner/releases/download/v4.3.1/mtuner64.zip", + "bin": "MTuner/MTuner.exe", + "hash": "16ad96b1371d7d91580729b5594dac1bae83968f5fd2daf0ea61602855f6618b", + "shortcuts": [ + [ + "MTuner/MTuner.exe", + "MTuner" + ] + ] +}