This commit is contained in:
2025-11-14 15:52:03 +08:00
parent a18c7be7eb
commit cd67c9ad60
6 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[('config.ini', '.')], # 明确包含配置文件
hiddenimports=[],
hiddenimports=['brotli', 'brotli.encoding'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],