@echo off REM Double-click wrapper for deploy.ps1 (build + install to system VST3/CLAP folders). REM Pass-through args, e.g.: deploy.bat -User / deploy.bat -SkipBuild powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0deploy.ps1" %* pause