mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-29 13:46:13 -05:00
Temporarily disable MIME checks until fix is available
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user