Fix build error

This commit is contained in:
Alexey Golubev
2025-11-15 11:01:51 +03:00
parent 2a896b5f91
commit f3fe3faee6

View File

@ -101,8 +101,8 @@ if ($Sign) {
# VLC plugin cache # VLC plugin cache
if ( if (
(($Arch -like "x??") -and ($env:PROCESSOR_ARCHITECTURE -eq "AMD64")) (($Arch -like "x??") -and ($env:PROCESSOR_ARCHITECTURE -eq "AMD64")) -or
-or (($Arch -eq "arm64") -and ($env:PROCESSOR_ARCHITECTURE -eq "ARM64")) (($Arch -eq "arm64") -and ($env:PROCESSOR_ARCHITECTURE -eq "ARM64"))
) )
{ {
Write-Host ".\vlc-cache-gen $PWD\plugins" Write-Host ".\vlc-cache-gen $PWD\plugins"