Skip to content

Commit

Permalink
Make DownloadBinary reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Oct 25, 2024
1 parent aab4cc5 commit 22f17e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/DownloadBinary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ macro(download_binary RESULT_VARIABLE _url _name _prepend_to_path)
endif()

# We need to create a subdirectory for this binary and symlink it's AppRun to where it's expected
if(_${RESULT_VARIABLE}_IS_APPIMAGE)
if(_${RESULT_VARIABLE}_IS_APPIMAGE AND NOT IS_SYMLINK "${_${RESULT_VARIABLE}}")
if(NOT COMMAND create_symlink)
include(CreateSymlink)
endif()
Expand Down

0 comments on commit 22f17e0

Please sign in to comment.