Add OAuth login, proper API integration, ZIP extraction, UAC elevation, update notifications, CI/CD

This commit is contained in:
Nils
2026-05-04 20:26:01 +02:00
parent 3673cc41a8
commit 3ae72e447f
10 changed files with 1148 additions and 145 deletions
+2
View File
@@ -16,6 +16,7 @@ add_library(st-pluginmanager MODULE
src/plugin-main.c
src/auth.c
src/downloader.c
src/oauth.c
src/obfuscation.cpp
src/manager-dialog.cpp
)
@@ -71,6 +72,7 @@ if(WIN32)
obs_frontend
w32_pthreads
shell32
ws2_32
Qt6::Core
Qt6::Gui
Qt6::Widgets