Skip to content

Commit 964b1f4

Browse files
authored
python to python3
1 parent 52b3636 commit 964b1f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ci/osx/after_success.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ fi
5353

5454
#Call fix to change all rpath
5555
wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
56-
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticute /Users/travis/Qt/6.2.4/macos/*
57-
python macdeployqtfix.py build/$APP.app/Contents/MacOS/moolticuted /Users/travis/Qt/6.2.4/macos/*
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)