1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Create CACHEDIR.TAG in path_cache (#14458)

This commit is contained in:
sfan5 2024-03-15 11:24:08 +01:00 committed by GitHub
parent 658bc9fcc8
commit d5d6e36ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 7 deletions

View file

@ -129,12 +129,6 @@ bool getCurrentExecPath(char *buf, size_t len);
*/
std::string getDataPath(const char *subpath);
/*
Move cache folder from path_user to the
system cache location if possible.
*/
void migrateCachePath();
/*
Initialize path_*.
*/