diff options
-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 @@ -833,9 +833,10 @@ <key>IC_REQUIREMENT_FILES_DISK_TYPE</key> <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> </dict> @@ -850,9 +851,9 @@ <string>English</string> <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> <dict> @@ -860,9 +861,9 @@ https://osxfuse.github.io/</string> <string>French</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/ </string> |