Temporarily disable MIME checks until fix is available

This commit is contained in:
TheAssassin
2018-06-16 02:15:17 +02:00
parent b335e65af3
commit 11c4ca79c4

View File

@@ -625,7 +625,7 @@ namespace linuxdeploy {
ldLog() << LD_DEBUG << "Type of file" << file << LD_NO_SPACE << ":" << fileType << std::endl;
if (util::stringStartsWith(fileType, "application/x-executable"))
// if (util::stringStartsWith(fileType, "application/x-executable"))
executables.push_back(file);
}
@@ -642,7 +642,7 @@ namespace linuxdeploy {
ldLog() << LD_DEBUG << "Type of file" << file << LD_NO_SPACE << ":" << fileType << std::endl;
if (util::stringStartsWith(fileType, "application/x-sharedlib"))
// if (util::stringStartsWith(fileType, "application/x-sharedlib"))
sharedLibraries.push_back(file);
}