Fix output path.

This commit is contained in:
Jean-Philip Desjardins 2018-12-04 22:10:28 -05:00
parent df97ea71a6
commit aaa0ace026

View File

@ -85,7 +85,7 @@ travis_script()
export CMAKE_PREFIX_PATH="$(brew --prefix qt5)"
cmake .. -G"$BUILD_TYPE"
cmake --build . --config Release
$(brew --prefix qt5)/bin/macdeployqt Source/ui_unix/Release/Play.app
$(brew --prefix qt5)/bin/macdeployqt Source/ui_qt/Release/Play.app
appdmg ../installer_macosx/spec.json Play.dmg
elif [ "$TARGET_OS" = "IOS" ]; then
cmake .. -G"$BUILD_TYPE" -DCMAKE_TOOLCHAIN_FILE=../../Dependencies/cmake-ios/ios.cmake -DTARGET_IOS=ON -DBUILD_PSFPLAYER=ON