Prefer curl on OSX

wget is not available by default on OSX
This commit is contained in:
William Rankin
2020-09-14 17:03:39 +10:00
parent c4a6ed98d1
commit 2ef338f0c0
+1 -1
View File
@@ -26,7 +26,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
macdeployqt $BUNDLE_NAME
# Fix other deps that macdeployqt missed
wget -c -nv https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py
curl -sLOC - https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py
python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive /usr/local/Cellar/qt5/5.*/
# Fix deps on crash handler