From ac2fa3df7dc91b0017abb515a2c3ece806b51dc4 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 20 Jun 2018 16:24:27 +0200 Subject: [PATCH] Split off parameters from Exec entries --- src/core/appdir.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/appdir.cpp b/src/core/appdir.cpp index 005dc7b..15202d9 100644 --- a/src/core/appdir.cpp +++ b/src/core/appdir.cpp @@ -583,6 +583,8 @@ namespace linuxdeploy { return false; } + executableName = util::split(executableName)[0]; + const auto foundExecutablePaths = deployedExecutablePaths(); if (foundExecutablePaths.empty()) {