Skip to content

Commit de2c3dd

Browse files
authored
Merge pull request #151 from azubieta/use_thirdparty_forks
Using our copy of the thirdparty software
2 parents 5c8d9b3 + e0629d8 commit de2c3dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/osx/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ "$?" -ne "0" ]; then
5252
fi
5353

5454
#Call fix to change all rpath
55-
wget_retry https://raw.githubusercontent.com/aurelien-rainone/macdeployqtfix/master/macdeployqtfix.py
55+
wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
5656
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /usr/local/Cellar/qt5/5.*/
5757
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /usr/local/Cellar/qt5/5.*/
5858

0 commit comments

Comments
 (0)