mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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
|
// Find remaining package files
|
||||||
file_paths = file_paths.filter(QRegExp(".*\\.pkg"));
|
file_paths = file_paths.filter(QRegExp(".*\\.pkg", Qt::CaseInsensitive));
|
||||||
|
|
||||||
if (file_paths.isEmpty())
|
if (file_paths.isEmpty())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue