<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tools/macdeployqt/shared/shared.cpp.orig
+++ tools/macdeployqt/shared/shared.cpp
@@ -141,7 +141,7 @@
                 state = DylibName;
                 continue;
             } else if (part &lt; parts.count() &amp;&amp; parts.at(part).endsWith(".framework")) {
-                info.installName += "/" + (qtPath + "lib/").simplified();
+                info.installName += "/" + (qtPath + "Frameworks/").simplified();
                 info.frameworkDirectory = info.installName;
                 state = FrameworkName;
                 continue;
</pre></body></html>