mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Allow python extensions with uppercase letters. Refs #991
This commit is contained in:
@@ -181,7 +181,6 @@ rdcarray<ExtensionMetadata> CaptureContext::GetInstalledExtensions()
|
||||
QFile f(fileinfo.absoluteFilePath());
|
||||
|
||||
QString package = fileinfo.absolutePath()
|
||||
.toLower()
|
||||
.replace(extensionFolder, QString())
|
||||
.replace(QLatin1Char('/'), QLatin1Char('.'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user