mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 04:50:35 +00:00
Hide renderdoc's packages from enumerated list
This commit is contained in:
@@ -1132,6 +1132,11 @@ public:
|
||||
package.size = 0;
|
||||
package.lastmod = 0;
|
||||
package.flags = PathProperty::Executable;
|
||||
|
||||
// hide our own internal packages
|
||||
if(strstr(package.filename.c_str(), "org.renderdoc."))
|
||||
continue;
|
||||
|
||||
packages.push_back(package);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user