diff --git a/.github/workflows/windows-msi.yml b/.github/workflows/windows-msi.yml index f831c4f6f..8e4e30b82 100644 --- a/.github/workflows/windows-msi.yml +++ b/.github/workflows/windows-msi.yml @@ -244,7 +244,7 @@ jobs: Write-Host " ProductCode : $productCode" Write-Host " Output : dist\$outputName" - if ("${{ matrix.flavor }}" -eq "qt5") { + if ("${{ matrix.flavor }}" -eq "qt5") { $qtArgs = "-platform windows:fontengine=freetype" } else {