aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-31 13:20:21 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-05-31 13:27:20 -0500
commit51419a3aa4f037869e2c9dd52377277bc4695010 (patch)
tree21798001a460f24638911a5ccf98bfff53e2b50e /libs
parent5c4603f12a727625ece236fc43846330fad3b9f2 (diff)
fix updater restart and log cleanup
Diffstat (limited to 'libs')
-rw-r--r--libs/plugin_python/src/proxy/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/plugin_python/src/proxy/CMakeLists.txt b/libs/plugin_python/src/proxy/CMakeLists.txt
index f7e6f31..c666b6c 100644
--- a/libs/plugin_python/src/proxy/CMakeLists.txt
+++ b/libs/plugin_python/src/proxy/CMakeLists.txt
@@ -49,8 +49,6 @@ if(WIN32)
file(GLOB dlls_to_install
${Python_HOME}/dlls/libffi*.dll
${Python_HOME}/dlls/sqlite*.dll
- ${Python_HOME}/dlls/libssl*.dll
- ${Python_HOME}/dlls/libcrypto*.dll
${Python_HOME}/python${Python_VERSION_MAJOR}*.dll)
install(FILES ${dlls_to_install} DESTINATION ${DLL_DIRS})
endif()