From e01faa7d23ab1cbeb2a58b6e42170be5930b4956 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sun, 26 May 2024 17:33:59 -0400 Subject: [PATCH] exclude `libcrypto` from appimage (instead rely on system version of openssl) (#485) Co-authored-by: Archez --- CMake/Packaging.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/Packaging.cmake b/CMake/Packaging.cmake index 7a748f839..5c8ba3b5e 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 )