mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Qt: fixup for PKG installation
This commit is contained in:
parent
ada6db2df4
commit
06c42bba5d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue