Split off parameters from Exec entries

This commit is contained in:
TheAssassin
2018-06-20 16:24:27 +02:00
parent 4961f16030
commit ac2fa3df7d

View File

@@ -583,6 +583,8 @@ namespace linuxdeploy {
return false;
}
executableName = util::split(executableName)[0];
const auto foundExecutablePaths = deployedExecutablePaths();
if (foundExecutablePaths.empty()) {