Skip to content

Commit

Permalink
Will this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
sitton76 committed May 24, 2024
1 parent ad0e173 commit 6699d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMake/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ execute_process(
--executable=$<TARGET_FILE:soh>
$<$<BOOL:$<TARGET_PROPERTY:soh,APPIMAGE_DESKTOP_FILE>>:--desktop-file=$<TARGET_PROPERTY:soh,APPIMAGE_DESKTOP_FILE>>
$<$<BOOL:$<TARGET_PROPERTY:soh,APPIMAGE_ICON_FILE>>:--icon-file=$<TARGET_PROPERTY:soh,APPIMAGE_ICON_FILE>>
--exclude-library "*libcrypto*"
--output=appimage
# --verbosity=2
)
Expand Down

0 comments on commit 6699d39

Please sign in to comment.