Skip to content

Commit d660868

Browse files
authored
disabling macdeployqtfix.py for macos build
1 parent f1d10a9 commit d660868

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/ci/osx/after_success.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ if [ "$?" -ne "0" ]; then
5252
fi
5353

5454
#Call fix to change all rpath
55-
wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
56-
python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /Users/travis/Qt/6.2.4/macos/
57-
python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /Users/travis/Qt/6.2.4/macos/
55+
#wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
56+
#python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /Users/travis/Qt/6.2.4/macos/
57+
#python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /Users/travis/Qt/6.2.4/macos/
5858

5959
#setup keychain
6060
KEYCHAIN="travis.keychain"

0 commit comments

Comments
 (0)