mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win] remove online installer
This commit is contained in:
@ -123,10 +123,3 @@ if (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"
|
||||
}
|
||||
|
||||
if (Test-Path "$BuildDir\desktop\online-installer.exe") {
|
||||
Write-Host "MOVE: $BuildDir\desktop\online-installer.exe > OnlineInstaller-$Version-$Arch.exe"
|
||||
Move-Item `
|
||||
-Path "$BuildDir\desktop\online-installer.exe" `
|
||||
-Destination "OnlineInstaller-$Version-$Arch.exe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user