From 51419a3aa4f037869e2c9dd52377277bc4695010 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Sun, 31 May 2026 13:20:21 -0500 Subject: fix updater restart and log cleanup --- libs/plugin_python/src/proxy/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/plugin_python') 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() -- cgit v1.3.1