From 155217362648548ddc58842fe54c37db0c4e00b6 Mon Sep 17 00:00:00 2001 From: Jiri Kapoun Date: Sun, 7 Jul 2019 17:44:54 +0200 Subject: [PATCH] jx: updated executable name in shim definition (#212) * jx: updated executable name in shim definition Starting from version 2.0.340, the executable is named just jx.exe, not jx-windows-amd64.exe. Due to this change, a shim for the executable is not correctly created, which results in an incomplete installation. This commit should fix this behaviour. * jx: simplified executable definition --- bucket/jx.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bucket/jx.json b/bucket/jx.json index deec0d55c9..46a7beaf5b 100644 --- a/bucket/jx.json +++ b/bucket/jx.json @@ -9,12 +9,7 @@ "hash": "40053129cb627500e17191675970c75332860a9f97cd367ad7941cabf4dcaa3b" } }, - "bin": [ - [ - "jx-windows-amd64.exe", - "jx" - ] - ], + "bin": "jx.exe", "checkver": "github", "autoupdate": { "architecture": {