tiddlydesktop: Add version 0.0.14

main
earnest ma 2020-11-30 23:01:17 -05:00
parent 9fc64c6239
commit d133da21d1
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
2 changed files with 40 additions and 0 deletions

View File

@ -34,6 +34,7 @@
| [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) *ledgerble* | Apache-2.0 | |
| [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop) *tiddlydesktop* | UNKNOWN | |
| [Xournal++ (Nightly Dev Releases)](https://github.com/xournalpp/xournalpp) *xournalpp-nightly* | GPL-2.0-or-later | |
| [yadm](https://github.com/TheLocehiliosan/yadm) *yadm* | GPL-3.0 | |

39
bucket/tiddlydesktop.json Normal file
View File

@ -0,0 +1,39 @@
{
"version": "0.0.14",
"description": "A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic",
"homepage": "https://github.com/Jermolene/TiddlyDesktop",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://github.com/Jermolene/TiddlyDesktop/releases/download/v0.0.14/tiddlydesktop-win64-v0.0.14.zip",
"hash": "32547c47c25d28050b5a9f872b974963af9c73e2e993b12f56e5ef19aa2dfffb",
"extract_dir": "TiddlyDesktop-win64-v0.0.14"
},
"32bit": {
"url": "https://github.com/Jermolene/TiddlyDesktop/releases/download/v0.0.14/tiddlydesktop-win32-v0.0.14.zip",
"hash": "dd7434ce30e5bb774affb1be5f0dac4d53e41f72a6e81fece470d06c08fc6fa8",
"extract_dir": "TiddlyDesktop-win32-v0.0.14"
}
},
"##": "Perhaps add some flags on startup (bin and shortcuts)",
"bin": [ [ "nw.exe", "tiddlydesktop" ] ],
"shortcuts": [
[
"nw.exe",
"TiddlyDesktop"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Jermolene/TiddlyDesktop/releases/download/v0.0.14/tiddlydesktop-win64-v$version.zip",
"extract_dir": "TiddlyDesktop-win64-v$version"
},
"32bit": {
"url": "https://github.com/Jermolene/TiddlyDesktop/releases/download/v0.0.14/tiddlydesktop-win32-v$version.zip",
"extract_dir": "TiddlyDesktop-win32-v$version"
}
}
}
}