Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 293 Bytes

Update Service

Windows update service for your projects

Build instructions

Install VS Community with C++ capability and CMake support. Then launch a developer shell:

cd L:\path\to\local\clone
md build-Debug
cd build-Debug
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ..
ninja