1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-06-24 22:42:28 +00:00

Some minors fix

This commit is contained in:
2025-01-10 13:58:46 +01:00
parent 5e5a092da1
commit 80a5055b78
5 changed files with 4 additions and 7 deletions

View File

@ -12,7 +12,7 @@ Utils::Utils() {};
bool Utils::unzip(QUrl zip_url, QString dir_out_path)
{
auto tmp_dir_path = QStandardPaths::writableLocation(
QStandardPaths::CacheLocation).append("/unzip");
QStandardPaths::TempLocation).append("/unzip");
QDir tmp_dir(tmp_dir_path);
tmp_dir.removeRecursively();