From cd4ea425971051c98bc63c72e91efbacda8bb012 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Fri, 28 Jan 2022 22:05:20 -0600 Subject: [PATCH] fix bundle script --- scripts/macOS/bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/macOS/bundle.sh b/scripts/macOS/bundle.sh index b7ab44649..e63b5a01b 100755 --- a/scripts/macOS/bundle.sh +++ b/scripts/macOS/bundle.sh @@ -13,6 +13,7 @@ fi cd "$REPO_ROOT/ErsatzTV-macOS" || exit xcodebuild build +cd "$REPO_ROOT" || exit cp -R "$REPO_ROOT/ErsatzTV-macOS/build/Release/ErsatzTV-macOS.app" "$APP_NAME" cp -a "$PUBLISH_OUTPUT_DIRECTORY" "$APP_NAME/Contents/MacOS"