From f32bccc5b93e4eccaef21bf62dff2e68034dd6c1 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Thu, 30 May 2024 22:21:24 -0400 Subject: ci(linux): install libzip without crypto, bump sdl from 2.28.5 -> 2.30.3 (#588) * ci(linux): install libzip without crypto, bump sdl from 2.28.5 -> 2.30.3 * just install libzip with apt for otr gen * copy the .so to a place linuxdeploy looks for it * but do it in the right place --- CMake/Packaging.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'CMake') diff --git a/CMake/Packaging.cmake b/CMake/Packaging.cmake index 5c8ba3b5e..7a748f839 100644 --- a/CMake/Packaging.cmake +++ b/CMake/Packaging.cmake @@ -79,7 +79,6 @@ execute_process( --executable=$ $<$>:--desktop-file=$> $<$>:--icon-file=$> - --exclude-library "*libcrypto*" --output=appimage # --verbosity=2 ) -- cgit v1.2.3