Skip to content

Commit

Permalink
kcc@5.6.5: Remove deprecated dependency, add installation notes, upda…
Browse files Browse the repository at this point in the history
…te hash

Relates to #13557
  • Loading branch information
aliesbelik committed Jul 2, 2024
1 parent 89bd014 commit c31a160
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions bucket/kcc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@
"description": "Comic and manga converter for ebook readers.",
"homepage": "https://github.com/ciromattia/kcc",
"license": "ISC",
"depends": "extras/kindlegen",
"notes": [
"KindleGen is required for correct work.",
"Install Kindle Previewer and KindleGen will be autodetected from it.",
"Close and re-open KCC to get KCC to detect it."
],
"architecture": {
"64bit": {
"url": "https://github.com/ciromattia/kcc/releases/download/v5.6.5/KCC_5.6.5.exe",
"hash": "8c469b07de3e58d87c47497658052decf22efed3756a178c15d6ec3220a2a9e7",
"shortcuts": [
[
"KCC.exe",
"Kindle Comic Converter"
]
]
"hash": "a1ed0e58c2c30b3fe1d05f5b27b51e49bf539ed27dbe371f2996dbae3332b9dd"
}
},
"innosetup": true,
"shortcuts": [
[
"KCC.exe",
"Kindle Comic Converter"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit c31a160

Please sign in to comment.