[win] remove online installer

This commit is contained in:
SimplestStudio
2025-08-06 17:50:24 +03:00
parent c14481ee53
commit 01fa3ad774
65 changed files with 0 additions and 12051 deletions

View File

@ -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"
}