mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/FreeBSD: change location of documentation from /usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt
This commit is contained in:
@@ -1309,7 +1309,7 @@ namespace VeraCrypt
|
||||
#elif defined (TC_MACOSX)
|
||||
htmlPath += L"/../Resources/doc/HTML/";
|
||||
#elif defined (TC_UNIX)
|
||||
htmlPath = L"/usr/share/veracrypt/doc/HTML/";
|
||||
htmlPath = L"/usr/share/doc/veracrypt/HTML/";
|
||||
#else
|
||||
localFile = false;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user