From 4a64d5fa55c76b9c306cf4e1b31db3b924f4d23c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 10 Dec 2018 20:43:06 +0100 Subject: [PATCH] Add RunAsTi version 1.0.0.0 (#2876) - Closes #2853 --- runasti.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 runasti.json diff --git a/runasti.json b/runasti.json new file mode 100644 index 0000000000..7738a79c2a --- /dev/null +++ b/runasti.json @@ -0,0 +1,17 @@ +{ + "version": "1.0.0.0", + "description": "Launch processes with TrustedInstaller privilege.", + "homepage": "https://github.com/jschicht/RunAsTI", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://raw.githubusercontent.com/jschicht/RunAsTI/master/RunAsTI64.exe#/RunAsTI.exe", + "hash": "118a1ce43c532ba8ca3173007ce7a8f80d7e8d48d76f339440ce2213d83867fb" + }, + "32bit": { + "url": "https://raw.githubusercontent.com/jschicht/RunAsTI/master/RunAsTI.exe", + "hash": "249fb225b07be1941fafc26354bb27bcdaf6d024a75df759462930da21d4f8d0" + } + }, + "bin": "RunAsTI.exe" +}