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 29 29 # fix plugins 30 30 for plugin in QupZilla.app/Contents/Resources/plugins/*.dylib 31 31 do 32 install_name_tool -change $LIBRARY_NAME @ executable_path/$LIBRARY_NAME $plugin32 install_name_tool -change $LIBRARY_NAME @loader_path/../../MacOS/$LIBRARY_NAME $plugin 33 33 done 34 34 35 35 # run macdeployqt 36 36 $MACDEPLOYQT QupZilla.app 37 37 38 38 # create final dmg image 39 cd ../mac40 ./create_dmg.sh39 # cd ../mac 40 # ./create_dmg.sh 41 41