Skip to content

Commit

Permalink
atom.sh should look for 'Atom Dev.app' on dev channel
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Jul 12, 2018
1 parent de93396 commit 6797296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ if [ $OS == 'Mac' ]; then
ATOM_EXECUTABLE_NAME="Atom Beta"
elif [ "$CHANNEL" == 'nightly' ]; then
ATOM_EXECUTABLE_NAME="Atom Nightly"
elif [ "$CHANNEL" == 'dev' ]; then
ATOM_EXECUTABLE_NAME="Atom Dev"
else
ATOM_EXECUTABLE_NAME="Atom"
fi
Expand Down

0 comments on commit 6797296

Please sign in to comment.