hledger@1.32.2: Shim hledger-ui.exe (#5402)

* update hledger: add hledger-ui shim

hledger-ui is a tui for hledger added for the Windows platform in the latest release 1.32.2.  Unfortunately, the hledger-ui binary was initially overlooked in the .zip file.  This has been fixed although the version number has was not updated.

* hledger: add hledger-ui.exe shim

The initial release of hledger 1.32.2 did not include heldger-ui.exe in the zip.
This commit is contained in:
amreus 2024-01-08 02:00:58 -05:00 committed by GitHub
parent ddca022262
commit 6a0a0b680d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@
}, },
"bin": [ "bin": [
"hledger.exe", "hledger.exe",
"hledger-web.exe" "hledger-web.exe",
"hledger-ui.exe"
], ],
"checkver": { "checkver": {
"github": "https://github.com/simonmichael/hledger" "github": "https://github.com/simonmichael/hledger"