feat(komga-tray): bundle kepubify for windows and macos apps

This commit is contained in:
Gauthier Roebroeck 2024-09-19 15:54:09 +08:00
parent d838c85786
commit 489d4b112a
3 changed files with 6 additions and 0 deletions

View file

@ -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 {

View file

@ -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

View file

@ -1,2 +1,3 @@
komga:
config-dir: ${LOCALAPPDATA}/Komga
kobo.kepubify-path: kepubify.exe