scripts: Fix broken condition

Broken in ffc06e58d6
This commit is contained in:
Florian Bruhin 2023-07-25 11:00:33 +02:00
parent d145f0c253
commit 6d84462d68
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ def build_windows(
debug=debug,
qt5=qt5,
)
if not only_64bit and not qt5:
if not only_64bit and qt5:
artifacts += _build_windows_single(
x64=False,
skip_packaging=skip_packaging,