mirror of
https://github.com/gotson/komga.git
synced 2026-04-22 15:00:59 +02:00
feat(komga-tray): bundle kepubify for windows and macos apps
This commit is contained in:
parent
d838c85786
commit
489d4b112a
3 changed files with 6 additions and 0 deletions
|
|
@ -45,12 +45,16 @@ app {
|
|||
exe-installer-basename = "KomgaInstaller"
|
||||
manifests.msix.background-color = transparent
|
||||
inputs += ./komga-tray/lib/windows/x64/
|
||||
amd64.inputs += "https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-windows-64bit.exe" -> kepubify.exe
|
||||
aarch64.inputs += "https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-windows-arm64.exe" -> kepubify.exe
|
||||
}
|
||||
|
||||
mac {
|
||||
info-plist.LSMinimumSystemVersion = 12
|
||||
aarch64.inputs += ./komga-tray/lib/mac/aarch64/
|
||||
aarch64.inputs += "https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-darwin-arm64" -> kepubify
|
||||
amd64.inputs += ./komga-tray/lib/mac/x64/
|
||||
amd64.inputs += "https://github.com/pgaskin/kepubify/releases/latest/download/kepubify-darwin-64bit" -> kepubify
|
||||
}
|
||||
|
||||
site {
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ logging:
|
|||
name: ${user.home}/Library/Logs/Komga/komga.log
|
||||
komga:
|
||||
config-dir: ${user.home}/Library/Application Support/Komga
|
||||
kobo.kepubify-path: kepubify
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
komga:
|
||||
config-dir: ${LOCALAPPDATA}/Komga
|
||||
kobo.kepubify-path: kepubify.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue