From 6a0a0b680d6f16e3c8036b7687f97a696cd36ec4 Mon Sep 17 00:00:00 2001 From: amreus <38442825+amreus@users.noreply.github.com> Date: Mon, 8 Jan 2024 02:00:58 -0500 Subject: [PATCH] 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. --- bucket/hledger.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/hledger.json b/bucket/hledger.json index 96d009ec82..9bc2d4b557 100644 --- a/bucket/hledger.json +++ b/bucket/hledger.json @@ -11,7 +11,8 @@ }, "bin": [ "hledger.exe", - "hledger-web.exe" + "hledger-web.exe", + "hledger-ui.exe" ], "checkver": { "github": "https://github.com/simonmichael/hledger"