This website requires JavaScript.
Explore
Help
Register
Sign In
cemu-project
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/cemu-project/vcpkg.git
synced
2024-12-12 21:35:41 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b6d4c4e2bf
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 10:58:45 +00:00
@
echo
off
bootstrap.bat now forwards args to ps1
2018-06-08 23:26:57 +00:00
powershell.exe -NoProfile -ExecutionPolicy Bypass
"
& {& '
%~dp0
scripts\bootstrap.ps1'
%*
}
"
Reference in New Issue
Copy Permalink