Skip to content

Commit 0fdc1bd

Browse files
committed
Fix path of QtWebEngine process
1 parent 03a7c03 commit 0fdc1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def find_files(directory, patterns):
336336

337337
# Add QtWebEngineProcess (if found)
338338
qt_install_path = "/usr/local/qt5.12.x/Qt5.12.9/5.12.9/clang_64/lib/QtWebEngineCore.framework/Versions/5/"
339-
web_process_path = os.path.join(qt_install_path, "Helpers", "QtWebEngineProcess")
339+
web_process_path = os.path.join(qt_install_path, "Helpers", "QtWebEngineProcess.app", "Contents", "MacOS", "QtWebEngineProcess")
340340
external_so_files.append((web_process_path, os.path.basename(web_process_path)))
341341

342342
# Add QtWebEngineProcess Resources & Local

0 commit comments

Comments
 (0)