mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 06:08:00 -04:00
no log: fixed binaries' directory in the wrong place.
This commit is contained in:
parent
2f01ab8523
commit
4c08180e6e
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -48,7 +48,7 @@ def get_binary(name):
|
|||
return installed_exe
|
||||
else:
|
||||
logging.debug('BAZARR binary not found in path, searching for it...')
|
||||
binaries_dir = os.path.realpath(os.path.join(os.path.dirname(os.path.dirname(__file__)), 'bin'))
|
||||
binaries_dir = os.path.realpath(os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), 'bin'))
|
||||
system = platform.system()
|
||||
machine = platform.machine()
|
||||
dir_name = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue