From c135af8e5699c2464c1b9700afdec98d70ca0b54 Mon Sep 17 00:00:00 2001 From: Issac Lin Date: Wed, 29 Jun 2022 07:15:22 +0800 Subject: [PATCH] helix: Add 'hx'->'helix' to bin --- bucket/helix.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bucket/helix.json b/bucket/helix.json index 308de981a6..490ddc9cc9 100644 --- a/bucket/helix.json +++ b/bucket/helix.json @@ -10,7 +10,13 @@ "extract_dir": "helix-22.05-x86_64-windows" } }, - "bin": "hx.exe", + "bin": [ + "hx.exe", + [ + "hx.exe", + "helix" + ] + ] "checkver": { "github": "https://github.com/helix-editor/helix" },