ledgerble: Add version 0.1.0

pull/2/head
earnest ma 2020-11-23 21:08:37 -05:00
parent 7be72d8f03
commit 93809b2c55
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
3 changed files with 31 additions and 1 deletions

View File

@ -36,6 +36,7 @@ TODO
| --- | --- | --- |
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | |
| [ledgerble](https://github.com/sbridges/ledgerble) | Apache-2.0 | |
# Contribute

View File

@ -1 +0,0 @@
Some text to keep CRLF for passing tests without manifest

30
bucket/ledgerble.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "0.1.0",
"description": "A ui for ledger-cli files",
"homepage": "https://github.com/sbridges/ledgerble",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sbridges/ledgerble/releases/download/v0.1.0/ledgerble-win-0.1.0.zip",
"hash": "0910DF7344A1A478DB64763E92A26EBB7C2944CCDCD7D0189F0D02480BCF6E39",
"extract_dir": "dist\\ledgerble-win32-x64",
"bin": "ledgerble.exe",
"shortcuts": [
[
"ledgerble.exe",
"Ledgerble"
]
]
}
},
"checkver": {
"github": "https://github.com/sbridges/ledgerble"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sbridges/ledgerble/releases/download/v$version/ledgerble-win-$version.zip"
}
}
}
}