Qt: fixup for PKG installation

This commit is contained in:
Megamouse 2020-08-06 16:57:09 +02:00
parent ada6db2df4
commit 06c42bba5d

View File

@ -537,7 +537,7 @@ void main_window::InstallPackages(QStringList file_paths)
}
// Find remaining package files
file_paths = file_paths.filter(QRegExp(".*\\.pkg"));
file_paths = file_paths.filter(QRegExp(".*\\.pkg", Qt::CaseInsensitive));
if (file_paths.isEmpty())
{