crunz icon indicating copy to clipboard operation
crunz copied to clipboard

Configure the temporary directory instead of using \sys_get_temp_dir()

Open dardael opened this issue 1 year ago • 0 comments

We have an error when using crunz with different projects on a same computer. The cache directory is computed in src/Application::getBaseCacheDir() using the function \sys_get_temp_dir(). So for all our projects, the cache is the same, but we need to have a different cache directory. (In our case we have some error)

A possible solution is to create an option in the configuration file and use it in the function src/Application::getBaseCacheDir().

dardael avatar Aug 21 '23 12:08 dardael