Skip to content

Commit

Permalink
Merge branch 'fix/SNC-4049-Clean-up-prl-leftovers-v4_11' into 'releas…
Browse files Browse the repository at this point in the history
…e/v4.11.0'

SNC-4049. Clean up .prl leftovers [release v4.11]

See merge request desktop/desktop!2270
  • Loading branch information
vtmateos committed Nov 8, 2023
2 parents 1d0f6c6 + 0580a8a commit 6492704
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 6492704

Please sign in to comment.