mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Qt: fixup for PKG installation
This commit is contained in:
parent
ada6db2df4
commit
06c42bba5d
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user