mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 06:51:05 -05:00
Split off parameters from Exec entries
This commit is contained in:
@@ -583,6 +583,8 @@ namespace linuxdeploy {
|
||||
return false;
|
||||
}
|
||||
|
||||
executableName = util::split(executableName)[0];
|
||||
|
||||
const auto foundExecutablePaths = deployedExecutablePaths();
|
||||
|
||||
if (foundExecutablePaths.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user