[build] update PyInstaller hiddenimports and py2exe modules

This commit is contained in:
Mike Fährmann
2025-10-25 18:35:55 +02:00
parent 73bf99612a
commit eed46f8dcf
2 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ FILES = [
PACKAGES = [
"gallery_dl",
"gallery_dl.extractor",
"gallery_dl.extractor.utils",
"gallery_dl.downloader",
"gallery_dl.postprocessor",
]