From 6699d390b4d7265ce84cd9375fa287e00e328060 Mon Sep 17 00:00:00 2001 From: sitton76 <58642183+sitton76@users.noreply.github.com> Date: Fri, 24 May 2024 09:14:51 -0500 Subject: [PATCH] Will this fix it? --- CMake/Packaging.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/Packaging.cmake b/CMake/Packaging.cmake index 907f8da76c6..8590bbb12f6 100644 --- a/CMake/Packaging.cmake +++ b/CMake/Packaging.cmake @@ -79,6 +79,7 @@ execute_process( --executable=$ $<$>:--desktop-file=$> $<$>:--icon-file=$> + --exclude-library "*libcrypto*" --output=appimage # --verbosity=2 )