1
0
Fork 0

add kepubify

This commit is contained in:
Sam Therapy 2023-03-08 22:36:48 +01:00
parent d2084e9467
commit 7da3156558
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 69 additions and 0 deletions

69
bucket/kepubify.json Normal file
View File

@ -0,0 +1,69 @@
{
"version": "4.0.4",
"description": "Fast, standalone EPUB to Kobo EPUB conversion tool.",
"homepage": "https://pgaskin.net/kepubify",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/covergen-windows-64bit.exe",
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-windows-64bit.exe",
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/seriesmeta-windows-64bit.exe"
],
"bin": [
[
"covergen-windows-64bit.exe",
"covergen"
],
[
"kepubify-windows-64bit.exe",
"kepubify"
],
[
"seriesmeta-windows-64bit.exe",
"seriesmeta"
]
],
},
"arm64": {
"url": [
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/covergen-windows-arm64.exe",
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-windows-arm64.exe",
"https://github.com/pgaskin/kepubify/releases/download/v4.0.4/seriesmeta-windows-arm64.exe"
],
"bin": [
[
"covergen-windows-arm64.exe",
"covergen"
],
[
"kepubify-windows-arm64.exe",
"kepubify"
],
[
"seriesmeta-windows-arm64.exe",
"seriesmeta"
]
],
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/pgaskin/kepubify/releases/download/v$version/covergen-windows-64bit.exe",
"https://github.com/pgaskin/kepubify/releases/download/v$version/kepubify-windows-64bit.exe",
"https://github.com/pgaskin/kepubify/releases/download/v$version/seriesmeta-windows-64bit.exe"
],
},
"arm64": {
"url": [
"https://github.com/pgaskin/kepubify/releases/download/v$version/covergen-windows-arm64.exe",
"https://github.com/pgaskin/kepubify/releases/download/v$version/kepubify-windows-arm64.exe",
"https://github.com/pgaskin/kepubify/releases/download/v$version/seriesmeta-windows-arm64.exe"
],
}
}
}
}