Fix typo. [skip appveyor]

merge-requests/12/head
Roman Telezhynskyi 2020-11-15 18:33:11 +02:00
parent 608926abad
commit f18853390a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ before_install:
brew untap homebrew/versions;
brew update > /dev/null;
brew tap-new $USER/local-qt;
curl -o /usr/local/Homebrew/Library/Taps/$USER/local-qt/Formula/qt5@5.9.rb https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/3d6d7b3e67138ca19ada7152df2155de6690c089/qt5.rb
curl -o /usr/local/Homebrew/Library/Taps/$USER/local-qt/Formula/qt5@5.9.rb https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/3d6d7b3e67138ca19ada7152df2155de6690c089/qt5.rb;
brew install $USER/local-qt/qt5@5.9;
fi
chmod -R 755 /usr/local/opt/qt5/*