Registry / utility / winsparkle

winsparkle

JSON →
library0.9.1vcpkgunverified

WinSparkle is an easy-to-use software update library for Windows developers.

vcpkg install winsparkle
INSTALL
IMPORT
SIG · WINSPARKLE
W
winsparkle
utilitycppv0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

winsparkle.h
#include <winsparkle.h>

Initialize WinSparkle for automatic updates

#include <winsparkle.h> #include <windows.h> int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int) { win_sparkle_set_appcast_url("https://example.com/appcast.xml"); win_sparkle_init(); // Application code win_sparkle_cleanup(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

winsparkle — pip install winsparkle · libregistry