diff options
Diffstat (limited to 'src/Setup/MacOSX/veracrypt_Legacy.pkgproj')
-rwxr-xr-x | src/Setup/MacOSX/veracrypt_Legacy.pkgproj | 7 |
1 files 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 @@ <integer>1</integer> <key>IC_REQUIREMENT_FILES_LIST</key> <array> - <string>/usr/local/lib/libosxfuse_i64.2.dylib</string> + <string>/usr/local/lib/libfuse.dylib</string> + <string>/usr/local/lib/libosxfuse.2.dylib</string> </array> <key>IC_REQUIREMENT_FILES_SELECTOR</key> <integer>0</integer> @@ -851,7 +852,7 @@ <key>SECONDARY_VALUE</key> <string></string> <key>VALUE</key> - <string>OSXFuse seems to be missing on your machine. VeraCrypt requires OSXFuse 2.5 or above. + <string>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/</string> </dict> @@ -861,7 +862,7 @@ https://osxfuse.github.io/</string> <key>SECONDARY_VALUE</key> <string></string> <key>VALUE</key> - <string>OSXFuse semble ne pas être installé sur votre machine. VeraCrypt nécessite OSXFuse 2.5 ou supérieur. + <string>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/ |