From 631f8be5e47c2dd5790156a15b325e54c0d3e09d Mon Sep 17 00:00:00 2001 From: limu3 Date: Tue, 15 Apr 2025 19:03:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=20build.spec=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20UPX=EF=BC=8C=E8=A7=A3=E5=86=B3=20[PYI-7147?= =?UTF-8?q?23:ERROR]=20Failed=20to=20load=20Python=20shared=20library=20..?= =?UTF-8?q?.=EF=BC=8C=E4=BF=AE=E5=A4=8D=20Bug=20#620?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.spec b/build.spec index c8067c3..3219556 100644 --- a/build.spec +++ b/build.spec @@ -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,