We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d10a9 commit d660868Copy full SHA for d660868
1 file changed
scripts/ci/osx/after_success.sh
@@ -52,9 +52,9 @@ if [ "$?" -ne "0" ]; then
52
fi
53
54
#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/
+#wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
+#python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /Users/travis/Qt/6.2.4/macos/
+#python3 macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /Users/travis/Qt/6.2.4/macos/
58
59
#setup keychain
60
KEYCHAIN="travis.keychain"
0 commit comments