From 21072db9d778cc77b71a3e64b4c9b3831a7dcf21 Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 20 Dec 2019 15:48:37 +0100 Subject: [PATCH] :sparkles: Added easy_profiler --- easy_profiler.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 easy_profiler.json diff --git a/easy_profiler.json b/easy_profiler.json new file mode 100644 index 0000000..8bcc3e6 --- /dev/null +++ b/easy_profiler.json @@ -0,0 +1,18 @@ +{ + "checkver": { + "github": "https://github.com/yse/easy_profiler/" + }, + "autoupdate": { + "url": "https://github.com/yse/easy_profiler/releases/download/v$version/easy_profiler-v$version-msvc15-win64.zip" + }, + "version": "2.1.0", + "url": "https://github.com/yse/easy_profiler/releases/download/v2.1.0/easy_profiler-v2.1.0-msvc15-win64.zip", + "bin": "bin/profiler_gui.exe", + "hash": "80d6e1736971eb851e9ed5909a74c2c172c489b04ac9aa058e0327fb982fe5f2", + "shortcuts": [ + [ + "bin/profiler_gui.exe", + "easy_profiler GUI" + ] + ] +} \ No newline at end of file