mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 11:32:42 +01:00
9 lines
146 B
Batchfile
9 lines
146 B
Batchfile
setlocal EnableExtensions
|
|
|
|
cd Common
|
|
cd vcpkg
|
|
git pull
|
|
git checkout origin/master
|
|
call bootstrap-vcpkg.bat
|
|
vcpkg.exe install libzippp:x64-windows
|