VideoTools/scripts/install.ps1
2026-01-23 06:07:17 -05:00

10 lines
353 B
PowerShell

param()
Write-Host "===============================================================" -ForegroundColor Cyan
Write-Host " VideoTools Windows Installation" -ForegroundColor Cyan
Write-Host "===============================================================" -ForegroundColor Cyan
Write-Host ""
& "$PSScriptRoot\install-deps-windows.ps1"
exit $LASTEXITCODE