summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-25 04:53:48 +0200
committerGitHub <noreply@github.com>2019-04-25 04:53:48 +0200
commitee2252b6e13237f9c80a40379a18455832d01e33 (patch)
tree89e6a6ad6439edeb4559d4a8cb6b450bbcf1e153
parentMerge pull request #2228 from DarkLordZach/applet-manager-p1 (diff)
parentLaunch directly in Mac without terminal (diff)
downloadyuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar.gz
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar.bz2
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar.lz
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar.xz
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.tar.zst
yuzu-ee2252b6e13237f9c80a40379a18455832d01e33.zip
-rwxr-xr-x.travis/macos/upload.sh12
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