10 lines
353 B
PowerShell
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
|