From 68e439ebd7f3c1fc0a16563a4024d18eec1f1866 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 12 Dec 2020 17:52:33 +0100 Subject: MacOS: make legacy installer compatible with macFUSE 4.0.x --- src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj index 94a33c7b..e35defc0 100755 --- a/src/Setup/MacOSX/veracrypt_Legacy.pkgproj +++ b/src/Setup/MacOSX/veracrypt_Legacy.pkgproj @@ -834,7 +834,8 @@ 1 IC_REQUIREMENT_FILES_LIST - /usr/local/lib/libosxfuse_i64.2.dylib + /usr/local/lib/libfuse.dylib + /usr/local/lib/libosxfuse.2.dylib IC_REQUIREMENT_FILES_SELECTOR 0 @@ -851,7 +852,7 @@ SECONDARY_VALUE VALUE - OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 2.5 or above. + OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 3.10 or above. Please download the latest OSXFuse version from : https://osxfuse.github.io/ @@ -861,7 +862,7 @@ https://osxfuse.github.io/ SECONDARY_VALUE VALUE - OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 2.5 ou supérieur. + OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 3.10 ou supérieur. Merci de télécharger la dernière version de OSXFuse à partir de : https://osxfuse.github.io/ -- cgit v1.2.3