diff --git a/bazarr/bin/MacOSX/x86_64/ffmpeg/ffmpeg b/bazarr/bin/MacOSX/x86_64/ffmpeg/ffmpeg deleted file mode 100755 index d5977ccce..000000000 Binary files a/bazarr/bin/MacOSX/x86_64/ffmpeg/ffmpeg and /dev/null differ diff --git a/bazarr/bin/MacOSX/x86_64/ffmpeg/ffprobe b/bazarr/bin/MacOSX/x86_64/ffmpeg/ffprobe deleted file mode 100755 index 6a6ad9d42..000000000 Binary files a/bazarr/bin/MacOSX/x86_64/ffmpeg/ffprobe and /dev/null differ diff --git a/bazarr/bin/MacOSX/x86_64/unrar/unrar b/bazarr/bin/MacOSX/x86_64/unrar/unrar deleted file mode 100755 index 1a9f8f2d9..000000000 Binary files a/bazarr/bin/MacOSX/x86_64/unrar/unrar and /dev/null differ diff --git a/bazarr/utilities/binaries.py b/bazarr/utilities/binaries.py index 1d6013c58..c5efda782 100644 --- a/bazarr/utilities/binaries.py +++ b/bazarr/utilities/binaries.py @@ -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