This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
cemu-vcpkg
Watch
2
Star
0
Fork
0
You've already forked cemu-vcpkg
mirror of
https://github.com/cemu-project/vcpkg.git
synced
2025-02-22 18:47:09 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cemu-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 03:58:45 -07:00
@
echo
off
bootstrap.bat now forwards args to ps1
2018-06-08 16:26:57 -07:00
powershell.exe -NoProfile -ExecutionPolicy Bypass
"
& {& '
%~dp0
scripts\bootstrap.ps1'
%*
}
"
Reference in New Issue
Copy Permalink