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" },