Skip to content

Commit

Permalink
Clean up leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
vtmateos committed Nov 8, 2023
1 parent 1d0f6c6 commit 0580a8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ if [ ${build} -eq 1 -o ${build_cmake} -eq 1 ]; then

touch ${MSYNC_PREFIX}MEGAsync.app/Contents/MacOS/MEGAclient

# need to remove .prl leftovers from frameworks after macdeployqt
find ${MSYNC_PREFIX}MEGAsync.app/Contents -type f -name "*.prl" -exec rm -f {} +

if [ ${build_cmake} -ne 1 ]; then
[ ! -f MEGASync/MEGAsync.app/Contents/Frameworks/$CARES_VERSION ] && cp -L $CARES_PATH MEGASync/MEGAsync.app/Contents/Frameworks/
[ ! -f MEGASync/MEGAsync.app/Contents/Frameworks/$CURL_VERSION ] && cp -L $CURL_PATH MEGASync/MEGAsync.app/Contents/Frameworks/
Expand Down

0 comments on commit 0580a8a

Please sign in to comment.