mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Fix windows packages build
This commit is contained in:
@ -109,7 +109,7 @@ if ($Sign) {
|
||||
Set-Location $PSScriptRoot
|
||||
}
|
||||
|
||||
if ($Arch -ne "arm64" -and Test-Path "$BuildDir\desktop\vlc-cache-gen.exe") {
|
||||
if (($Arch -ne "arm64") -and (Test-Path "$BuildDir\desktop\vlc-cache-gen.exe")) {
|
||||
Write-Host "DELETE: $BuildDir\desktop\vlc-cache-gen.exe"
|
||||
Remove-Item -Force -LiteralPath "$BuildDir\desktop\vlc-cache-gen.exe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user