mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
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:
parent
ddca022262
commit
6a0a0b680d
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user