diff options
author | tkeph616 <tkeph616@students.bju.edu> | 2019-04-20 06:40:26 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2019-04-20 20:31:34 +0200 |
commit | 92c274d4bb659effff1f01cca18d34f0e60876bc (patch) | |
tree | 2a28c0d4d0be19f27a29417502e4a951d12cec58 | |
parent | Merge pull request #2407 from FernandoS27/f2f (diff) | |
download | yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar.gz yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar.bz2 yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar.lz yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar.xz yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.tar.zst yuzu-92c274d4bb659effff1f01cca18d34f0e60876bc.zip |
Diffstat (limited to '')
-rwxr-xr-x | .travis/macos/upload.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis/macos/upload.sh b/.travis/macos/upload.sh index 66e3455ff..c2f43a906 100755 --- a/.travis/macos/upload.sh +++ b/.travis/macos/upload.sh @@ -19,18 +19,6 @@ $(brew --prefix)/opt/qt5/bin/macdeployqt "${REV_NAME}/yuzu.app" -executable="${R # move libs into folder for deployment macpack "${REV_NAME}/yuzu-cmd" -d "libs" -# Make the yuzu.app application launch a debugging terminal. -# Store away the actual binary -mv ${REV_NAME}/yuzu.app/Contents/MacOS/yuzu ${REV_NAME}/yuzu.app/Contents/MacOS/yuzu-bin - -cat > ${REV_NAME}/yuzu.app/Contents/MacOS/yuzu <<EOL -#!/usr/bin/env bash -cd "\`dirname "\$0"\`" -chmod +x yuzu-bin -open yuzu-bin --args "\$@" -EOL -# Content that will serve as the launching script for yuzu (within the .app folder) - # Make the launching script executable chmod +x ${REV_NAME}/yuzu.app/Contents/MacOS/yuzu |