File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ "$(git rev-list -n 1 $VERSION)" != "$(git rev-parse HEAD)" ]; then
1717 exit 0
1818fi
1919
20- QTDIR=" /usr/local/opt/qt5 "
20+ QTDIR=" /usr/local/opt/qt6 "
2121APP=Moolticute
2222# this directory name will also be shown in the title when the DMG is mounted
2323TEMPDIR=build/$APP
5353
5454# Call fix to change all rpath
5555wget_retry https://raw.githubusercontent.com/mooltipass/macdeployqtfix/master/macdeployqtfix.py
56- python macdeployqtfix.py build/$APP .app/Contents/MacOS/moolticute /usr/local/Cellar/qt5/5 .* /
57- python macdeployqtfix.py build/$APP .app/Contents/MacOS/moolticuted /usr/local/Cellar/qt5/5 .* /
56+ python macdeployqtfix.py build/$APP .app/Contents/MacOS/moolticute /usr/local/Cellar/qt6/6 .* /
57+ python macdeployqtfix.py build/$APP .app/Contents/MacOS/moolticuted /usr/local/Cellar/qt6/6 .* /
5858
5959# setup keychain
6060KEYCHAIN=" travis.keychain"
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ echo "install.sh"
55
66brew update > /dev/null
77brew upgrade wget
8- brew install qt5 jq lftp
8+ brew install qt6 jq lftp
99networksetup -setv6off Ethernet
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source $SCRIPTDIR/../funcs.sh
77mkdir build
88pushd build
99
10- QTDIR=" /usr/local/opt/qt5 "
10+ QTDIR=" /usr/local/opt/qt6 "
1111PATH=" $QTDIR /bin:$PATH "
1212LDFLAGS=-L$QTDIR /lib
1313CPPFLAGS=-I$QTDIR /include
You can’t perform that action at this time.
0 commit comments