summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-11-23 11:33:52 -0600
committerBe <be@mixxx.org>2020-11-23 15:00:18 -0600
commit505851b0bd9f6fc81404966d96c735554da7f4c8 (patch)
tree5bd812a8ef96d012f56ec638ced99213d4b41c05 /cmake
parentb9a4d86da9f0f8300ed24ad11a4c5c3c3111fc9a (diff)
remove run-mixxx.sh script for macOS
Adding source mixxx/tools/macos_buildenv.sh setup --profile to ~/.profile lets the mixxx binary be run directly
Diffstat (limited to 'cmake')
-rw-r--r--cmake/run-mixxx.sh.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/run-mixxx.sh.in b/cmake/run-mixxx.sh.in
deleted file mode 100644
index 4db8d96be5..0000000000
--- a/cmake/run-mixxx.sh.in
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-QT_QPA_PLATFORM_PLUGIN_PATH="@QT_PLUGIN_DIR@" "@CMAKE_CURRENT_BINARY_DIR@/mixxx" $@