diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-09 13:50:02 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-10 12:19:15 +0200 |
commit | f464b347b2f55884cd614f91da5a83b3dda2fb68 (patch) | |
tree | 606d12695dd0942297675da03c442cbcc483e23e | |
parent | 203c3ec233ee8a1c4cf1a838087666d0128500ee (diff) | |
download | PrismLauncher-f464b347b2f55884cd614f91da5a83b3dda2fb68.tar.gz PrismLauncher-f464b347b2f55884cd614f91da5a83b3dda2fb68.tar.bz2 PrismLauncher-f464b347b2f55884cd614f91da5a83b3dda2fb68.zip |
fix: install TLS plugins for release builds
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r-- | launcher/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index b255f548..9708f65c 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -1107,7 +1107,6 @@ if(INSTALL_BUNDLE STREQUAL "full") DIRECTORY "${QT_PLUGINS_DIR}/tls" DESTINATION ${PLUGIN_DEST_DIR} COMPONENT Runtime - REGEX "d\\." EXCLUDE REGEX "_debug\\." EXCLUDE REGEX "\\.dSYM" EXCLUDE ) |