This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-11-25 03:49:00 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
628c0143b8
vcpkg
/
bootstrap-vcpkg.bat
3 lines
100 B
Batchfile
Raw
Normal View
History
Unescape
Escape
[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.
2017-04-01 18:58:45 +08:00
@
echo
off
bootstrap.bat now forwards args to ps1
2018-06-09 07:26:57 +08:00
powershell.exe -NoProfile -ExecutionPolicy Bypass
"
& {& '
%~dp0
scripts\bootstrap.ps1'
%*
}
"
Reference in New Issue
Copy Permalink