diff --git a/shared/shared.cpp b/shared/shared.cpp index 9e74865..02e022e 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -807,7 +807,7 @@ DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &a } if(fhsLikeMode == false){ - changeIdentification("$ORIGIN/" + bundleLibraryDirectory, applicationBundle.binaryPath); + changeIdentification("$ORIGIN/lib/" + bundleLibraryDirectory, applicationBundle.binaryPath); } else { changeIdentification("$ORIGIN/../lib/" + bundleLibraryDirectory, applicationBundle.binaryPath); }