diff --git a/ErsatzTV/ErsatzTV.csproj b/ErsatzTV/ErsatzTV.csproj
index 2cc721121..9ae17abf4 100644
--- a/ErsatzTV/ErsatzTV.csproj
+++ b/ErsatzTV/ErsatzTV.csproj
@@ -4,18 +4,6 @@
net6.0
VSTHRD200
true
- osx-x64;osx-arm64
-
-
-
- ErsatzTV
- ErsatzTV
- com.jasongdove.ersatztv
- APPL
- launcher.sh
- ErsatzTV.icns
- NSApplication
- true
@@ -25,7 +13,6 @@
-
diff --git a/scripts/macOS/Info.plist b/scripts/macOS/Info.plist
index d8b75487e..64e7c1c82 100644
--- a/scripts/macOS/Info.plist
+++ b/scripts/macOS/Info.plist
@@ -5,7 +5,7 @@
CFBundleDisplayName
ErsatzTV
CFBundleExecutable
- launcher.sh
+ ErsatzTV
CFBundleIconFile
ErsatzTV.icns
CFBundleIdentifier
diff --git a/scripts/macOS/bundle.sh b/scripts/macOS/bundle.sh
index 2704d3422..c5d06329a 100755
--- a/scripts/macOS/bundle.sh
+++ b/scripts/macOS/bundle.sh
@@ -23,4 +23,3 @@ mkdir "$APP_NAME/Contents/Resources"
cp "$INFO_PLIST" "$APP_NAME/Contents/Info.plist"
cp "$ICON_SOURCE" "$APP_NAME/Contents/Resources/$ICON_FILE"
cp -a "$PUBLISH_OUTPUT_DIRECTORY" "$APP_NAME/Contents/MacOS"
-cp "$SCRIPT_FOLDER/launcher.sh" "$APP_NAME/Contents/MacOS/"
\ No newline at end of file
diff --git a/scripts/macOS/launcher.sh b/scripts/macOS/launcher.sh
deleted file mode 100755
index 34e2aef04..000000000
--- a/scripts/macOS/launcher.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh
-
-# Set the working directory
-DIR=$(cd "$(dirname "$0")"; pwd)
-
-# Run the application
-echo "running from $DIR"
-
-open -a Terminal $DIR/ErsatzTV