aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-03-20 22:20:02 +0530
committerGitHub <noreply@github.com>2022-03-20 22:20:02 +0530
commitde4d75765010426e944cafb4002b2c250f7b7839 (patch)
tree34c4452007c17cf7f40a991b431fdfdcf30808d2 /launcher
parentf22cd0e8c74b64bf3797fbf380dbe0bd9bd461e8 (diff)
parent6c0b101fed0088e15deffd71c7c9462d30a8e747 (diff)
downloadPrismLauncher-de4d75765010426e944cafb4002b2c250f7b7839.tar.gz
PrismLauncher-de4d75765010426e944cafb4002b2c250f7b7839.tar.bz2
PrismLauncher-de4d75765010426e944cafb4002b2c250f7b7839.zip
Merge pull request #311 from DioEgizio/patch-2
fix webp
Diffstat (limited to 'launcher')
-rw-r--r--launcher/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index 751b354b..6491ccce 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -984,7 +984,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
)
# Icon engines
install(
@@ -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