Ticket #51747: patch-mac-macdeploy.sh.diff

File patch-mac-macdeploy.sh.diff, 535 bytes (added by RJVB (René Bertin), 8 years ago)
  • macdeploy.sh

    old new  
    2929# fix plugins
    3030for plugin in QupZilla.app/Contents/Resources/plugins/*.dylib
    3131do
    32  install_name_tool -change $LIBRARY_NAME @executable_path/$LIBRARY_NAME $plugin
     32 install_name_tool -change $LIBRARY_NAME @loader_path/../../MacOS/$LIBRARY_NAME $plugin
    3333done
    3434
    3535# run macdeployqt
    3636$MACDEPLOYQT QupZilla.app
    3737
    3838# create final dmg image
    39 cd ../mac
    40 ./create_dmg.sh
     39# cd ../mac
     40# ./create_dmg.sh
    4141