Skip to content

Commit 44e23e8

Browse files
committed
Travis: use most fresh QTIFW
1 parent 5aa2cd7 commit 44e23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildScripts/travis/after_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ case $TRAVIS_OS_NAME in
77
TSNAME=trik-studio-installer-mac-$TRAVIS_BRANCH.dmg
88
;;
99
linux)
10-
QTIFWBIN=/Qt/Tools/QtInstallerFramework/3.0/bin
10+
QTIFWBIN=$(find /Qt/Tools/QtInstallerFramework/ -maxdepth 2 -name bin -type d -print0 | sort -Vrz | head -zn 1)
1111
TSNAME=trik-studio-installer-linux-$TRAVIS_BRANCH.run
1212
;;
1313
*) exit 1 ;;

0 commit comments

Comments
 (0)