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
This commit is contained in:
Jiri Kapoun 2019-07-07 17:44:54 +02:00 committed by Richard Kuhnt
parent c1441d331a
commit 1552173626

View File

@ -9,12 +9,7 @@
"hash": "40053129cb627500e17191675970c75332860a9f97cd367ad7941cabf4dcaa3b" "hash": "40053129cb627500e17191675970c75332860a9f97cd367ad7941cabf4dcaa3b"
} }
}, },
"bin": [ "bin": "jx.exe",
[
"jx-windows-amd64.exe",
"jx"
]
],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {