mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
exclude libcrypto from appimage (instead rely on system version of openssl) (#485)
Co-authored-by: Archez <Archez@users.noreply.github.com>
This commit is contained in:
@@ -79,6 +79,7 @@ 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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user