Changed: Remove certificates in data (they should be in gamedev.bnp now), see #279
--HG-- branch : develop
This commit is contained in:
parent
cd9abbcaae
commit
6447e9794e
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue