aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-03-20 13:15:56 +0100
committerGitHub <noreply@github.com>2022-03-20 13:15:56 +0100
commitb7f29593530d20e2fdfcce02c1f2cbd23ae81985 (patch)
tree6c3d06763f3550d59f2dc5f756670f1a1d823f85 /launcher
parentbb5a91c1794b32d7eb6d0572df0deb6c7f48998c (diff)
downloadPrismLauncher-b7f29593530d20e2fdfcce02c1f2cbd23ae81985.tar.gz
PrismLauncher-b7f29593530d20e2fdfcce02c1f2cbd23ae81985.tar.bz2
PrismLauncher-b7f29593530d20e2fdfcce02c1f2cbd23ae81985.zip
fix
Diffstat (limited to 'launcher')
-rw-r--r--launcher/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 597b0b1d..6491ccce 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -1014,7 +1014,7 @@ if(INSTALL_BUNDLE STREQUAL "full")
DIRECTORY "${QT_PLUGINS_DIR}/imageformats"
DESTINATION ${PLUGIN_DEST_DIR}
COMPONENT Runtime
- REGEX "tga|tiff|mng|webp" EXCLUDE
+ REGEX "tga|tiff|mng" EXCLUDE
REGEX "d\\." EXCLUDE
REGEX "_debug\\." EXCLUDE
REGEX "\\.dSYM" EXCLUDE