At least on my Windows machine it does!
@t0m this is an issue with commit c064b0c60. Seems that the comparison in line 41 of InternalPlugins.cpp is comparing the char pointers and not the contents. Changing this to a string comparison fixed it for me.
if (String (BinaryData::originalFilenames[i]) == String (resourcePath))
