File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 11PKG=$TRAVIS_BUILD_DIR /${QTAV_OUT} -Player.dmg
22set -ev
3+ pushd $PWD
34cd $QTAV_OUT
45chmod +x * .sh
5- ./sdk_install.sh
6+ # ./sdk_install.sh
7+ mkdir -p bin/Player.app/Contents/Frameworks
8+ cp -avf lib_* /QtAV* .framework bin/Player.app/Contents/Frameworks
69mkdir -p bin/Player.app/Contents/Resources/qml/QtAV
710cp -avf lib_* /* .dylib bin/Player.app/Contents/Resources/qml/QtAV
811cp -avf $TRAVIS_BUILD_DIR /qml/{plugins.qmltypes,Video.qml,qmldir} bin/Player.app/Contents/Resources/qml/QtAV
1114macdeployqt Player.app -dmg
1215hdiutil convert -format UDBZ Player.dmg -o $PKG
1316cd -
17+ popd
1418
1519wget http://sourceforge.net/projects/sshpass/files/sshpass/1.05/sshpass-1.05.tar.gz/download -O sshpass.tar.gz
1620tar zxf sshpass.tar.gz
You can’t perform that action at this time.
0 commit comments