From 2f8143cf8d70d9f062b4ef43dc66834a35080df8 Mon Sep 17 00:00:00 2001 From: Felipe do Rego Pinto Date: Wed, 9 Nov 2016 21:34:19 -0200 Subject: [PATCH] Support for CLINK App (#1117) * Support to CLINK App * Fixing json format to pass integration test * Using the own clink batch, which already check for architecture --- clink.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 clink.json diff --git a/clink.json b/clink.json new file mode 100644 index 0000000000..7cb3674127 --- /dev/null +++ b/clink.json @@ -0,0 +1,12 @@ +{ + "homepage": "https://mridgers.github.io/clink/", + "url": "https://github.com/mridgers/clink/releases/download/0.4.8/clink_0.4.8.zip", + "version": "0.4.8", + "hash": "cc1e07c1000e95ebbe1c6480df53487261e6457a733b925e13665740c14e15aa", + "extract_dir": "clink_0.4.8", + "bin": [ "clink.bat" ], + "notes": [ + "Run 'clink inject' to start clink on the current cmd", + "Run 'clink autorun' to auto start clink" + ] +}