mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-26 20:50:36 +00:00
bootstrap.bat now forwards args to ps1
This commit is contained in:
parent
9750fff027
commit
91ec5c4301
@ -1,2 +1,2 @@
|
||||
@echo off
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"
|
||||
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"
|
||||
|
Loading…
Reference in New Issue
Block a user