annotate vext.bat @ 316:3cd337892a16

Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
author Chris Cannam
date Tue, 10 Oct 2017 13:52:12 +0100
parents 523f8f1789b4
children
rev   line source
Chris@303 1 @echo off
Chris@303 2 PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dpn0.ps1' %*";
Chris@303 3