We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a096c5e commit a164f2dCopy full SHA for a164f2d
freeze.py
@@ -263,7 +263,6 @@ def find_files(directory, patterns):
263
external_so_files.append((resvg_path, os.path.basename(resvg_path)))
264
265
# Add QtWebEngineProcess (if found)
266
- # /usr/lib/x86_64-linux-gnu/
267
web_process_path = ARCHLIB + "qt5/libexec/QtWebEngineProcess"
268
if os.path.exists(web_process_path):
269
external_so_files.append(
0 commit comments