mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Fix windows packages build
This commit is contained in:
@ -109,7 +109,7 @@ if ($Sign) {
|
|||||||
Set-Location $PSScriptRoot
|
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"
|
Write-Host "DELETE: $BuildDir\desktop\vlc-cache-gen.exe"
|
||||||
Remove-Item -Force -LiteralPath "$BuildDir\desktop\vlc-cache-gen.exe"
|
Remove-Item -Force -LiteralPath "$BuildDir\desktop\vlc-cache-gen.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user