diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-30 22:21:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 22:21:24 -0400 |
| commit | f32bccc5b93e4eccaef21bf62dff2e68034dd6c1 (patch) | |
| tree | 5c655ef263ce339f6fe6c134c2cb2989710e4bb6 /CMake | |
| parent | c7aafb65fd54d56e22ad098bb2698573a0439a29 (diff) | |
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
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/Packaging.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
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=$<TARGET_FILE:2ship> $<$<BOOL:$<TARGET_PROPERTY:2ship,APPIMAGE_DESKTOP_FILE>>:--desktop-file=$<TARGET_PROPERTY:2ship,APPIMAGE_DESKTOP_FILE>> $<$<BOOL:$<TARGET_PROPERTY:2ship,APPIMAGE_ICON_FILE>>:--icon-file=$<TARGET_PROPERTY:2ship,APPIMAGE_ICON_FILE>> - --exclude-library "*libcrypto*" --output=appimage # --verbosity=2 ) |
