From b7648499606c94d671cc4c4b0ecb8636853a832b Mon Sep 17 00:00:00 2001 From: Spiker985 <7829451+Spiker985@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:18:09 -0400 Subject: [PATCH] Update pulsar.sh Co-authored-by: DeeDeeG --- pulsar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar.sh b/pulsar.sh index ebd4a3893..9e9a6293f 100755 --- a/pulsar.sh +++ b/pulsar.sh @@ -99,7 +99,7 @@ if [ $OS == 'Mac' ]; then PULSAR_PATH="$HOME/Applications" else # We haven't found an Pulsar.app, use spotlight to search for Pulsar - PULSAR_PATH="$(mdfind "kMDItemCFBundleIdentifier == 'dev.pulsar_edit.Pulsar'" | grep -v ShipIt | head -1 | xargs -0 dirname)" + PULSAR_PATH="$(mdfind "kMDItemCFBundleIdentifier == 'dev.pulsar-edit.pulsar'" | grep -v ShipIt | head -1 | xargs -0 dirname)" # Exit if Pulsar can't be found if [ ! -x "$PULSAR_PATH/$ATOM_APP_NAME" ]; then