Skip to content

plq/updsvc

 
 

Repository files navigation

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

About

Update Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • Other 0.5%