From b8bd062663b775faae2ae87b972fb45b9e9e1958 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Wed, 8 Apr 2026 00:18:38 +0300 Subject: [PATCH] git actions compile test --- packaging/windows.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows.spec b/packaging/windows.spec index 1c8dd81..6c21f7f 100644 --- a/packaging/windows.spec +++ b/packaging/windows.spec @@ -50,7 +50,7 @@ exe = EXE( debug=False, bootloader_ignore_signals=False, strip=False, - upx=True, + upx=False, upx_exclude=[], runtime_tmpdir=None, console=False,