Update .travis/script.sh

Co-authored-by: Simran <Simran-B@users.noreply.github.com>
This commit is contained in:
William Rankin
2020-09-14 19:43:23 +10:00
committed by GitHub
co-authored by Simran
parent 2ef338f0c0
commit 030fceba35
+1 -1
View File
@@ -26,7 +26,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
macdeployqt $BUNDLE_NAME macdeployqt $BUNDLE_NAME
# Fix other deps that macdeployqt missed # Fix other deps that macdeployqt missed
curl -sLOC - https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py curl -fLOSs --retry 3 https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py
python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive /usr/local/Cellar/qt5/5.*/ python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive /usr/local/Cellar/qt5/5.*/
# Fix deps on crash handler # Fix deps on crash handler