don't use macos launcher script
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>ErsatzTV</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>launcher.sh</string>
|
||||
<string>ErsatzTV</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>ErsatzTV.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
||||
@@ -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/"
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user