Skip to content

Commit a164f2d

Browse files
committed
Better comments
1 parent a096c5e commit a164f2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freeze.py

-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ def find_files(directory, patterns):
263263
external_so_files.append((resvg_path, os.path.basename(resvg_path)))
264264

265265
# Add QtWebEngineProcess (if found)
266-
# /usr/lib/x86_64-linux-gnu/
267266
web_process_path = ARCHLIB + "qt5/libexec/QtWebEngineProcess"
268267
if os.path.exists(web_process_path):
269268
external_so_files.append(

0 commit comments

Comments
 (0)