travis: Copy the app bundle from $TRAVIS_BUILD_DIR

The build no longer uses libretro-super.
This commit is contained in:
cold-brewed 2019-02-05 23:47:17 -05:00
parent 11b02125dc
commit 6875ad8ae0

View File

@ -15,7 +15,7 @@ cd ~/dist
echo "Copying binary into dist folder..."
cp -rv ~/libretro-super/retroarch/pkg/apple/build/Release/RetroArch.app .
cp -rv ${TRAVIS_BUILD_DIR}/pkg/apple/build/Release/RetroArch.app .
echo "Downloading assets..."