Update bootstrappers

This commit is contained in:
Ryan Brandenburg
2017-09-20 13:21:09 -07:00
committed by Steve Sanderson
parent d51bef194c
commit e67a30132f
5 changed files with 264 additions and 216 deletions

2
run.cmd Normal file
View File

@@ -0,0 +1,2 @@
@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE"