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

pull/1831/head
morpheus65535 2 years ago
parent 2f01ab8523
commit 4c08180e6e

@ -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…
Cancel
Save