diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-03-19 19:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 19:01:51 +0100 |
commit | bb5a91c1794b32d7eb6d0572df0deb6c7f48998c (patch) | |
tree | 9dc766ec7198a13714134b0411185a590861bd83 | |
parent | 8225f1ac92c687917e52febbdc2c0f8e6f4f065e (diff) | |
download | PrismLauncher-bb5a91c1794b32d7eb6d0572df0deb6c7f48998c.tar.gz PrismLauncher-bb5a91c1794b32d7eb6d0572df0deb6c7f48998c.tar.bz2 PrismLauncher-bb5a91c1794b32d7eb6d0572df0deb6c7f48998c.zip |
Update CMakeLists.txt
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 751b354b..597b0b1d 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( |