no log: fixed binaries' directory in the wrong place.

This commit is contained in:
morpheus65535 2022-05-02 21:54:10 -04:00
parent 2f01ab8523
commit 4c08180e6e
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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