fix: 禁用 build.spec 中的 UPX,解决 [PYI-714723:ERROR] Failed to load Python shared library ...,修复 Bug #620

This commit is contained in:
limu3 2025-04-15 19:03:07 +08:00
parent c8fa00589e
commit 631f8be5e4

View File

@ -69,7 +69,7 @@ exe = EXE(
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx=False,
upx_exclude=[],
runtime_tmpdir=None,
console=True,