mirror of
https://github.com/janeczku/calibre-web
synced 2026-08-23 19:28:52 +00:00
Merge branch 'master' into Develop
This commit is contained in:
@@ -6,12 +6,9 @@ import sys
|
||||
if sys.platform == "win32":
|
||||
SUPPORTED_UNRAR_BINARIES = ("unRAR.exe", "unrar.exe")
|
||||
SUPPORTED_KEPUBIFY_BINARIES = ("kepubify-windows-64Bit.exe",)
|
||||
elif sys.platform.startswith("freebsd"):
|
||||
SUPPORTED_UNRAR_BINARIES = ("unrar", "unrar-free", "unrar-nonfree")
|
||||
SUPPORTED_KEPUBIFY_BINARIES = ("kepubify",)
|
||||
else:
|
||||
SUPPORTED_UNRAR_BINARIES = ("unrar","unrar-free", "unrar-nonfree")
|
||||
SUPPORTED_KEPUBIFY_BINARIES = ("kepubify-linux-64bit", "kepubify-linux-32bit")
|
||||
SUPPORTED_KEPUBIFY_BINARIES = ("kepubify-linux-64bit", "kepubify-linux-32bit", "kepubify")
|
||||
|
||||
|
||||
def resolve_binary_path(configured_path, binary_names):
|
||||
|
||||
Reference in New Issue
Block a user