You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, cache files end up in %LOCALAPPDATA% on Windows. That's a place that doesn't get cleared automatically, causing squisher temp files to build up.
We can fix this by using the dirs crate to store temporary files inside a named directory inside the system cache directory.
The text was updated successfully, but these errors were encountered:
Currently, cache files end up in
%LOCALAPPDATA%
on Windows. That's a place that doesn't get cleared automatically, causing squisher temp files to build up.We can fix this by using the
dirs
crate to store temporary files inside a named directory inside the system cache directory.The text was updated successfully, but these errors were encountered: