Changed: Remove certificates in data (they should be in gamedev.bnp now), see #279

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent cd9abbcaae
commit 6447e9794e

@ -51,11 +51,13 @@ bool CFilesCleaner::exec()
QStringList filter;
filter << "*.string_cache";
// certificate should be in gamedev.bnp now
filter << "*.pem";
if (dir.exists("packedsheets.bnp"))
{
filter << "*.packed_sheets";
filter << "*.packed";
filter << "*.pem";
}
// temporary files

Loading…
Cancel
Save