From aeac64ce688af3f59aafecd048adafcd8aaa1814 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Kevin Sawicki Date: Fri, 22 Feb 2013 15:52:51 -0800 Subject: [PATCH] Open with -a instead of application path --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 6f9bf7181..d4d0fa96d 100644 --- a/Rakefile +++ b/Rakefile @@ -112,7 +112,7 @@ end CLI_SCRIPT = <<-EOF #!/bin/sh -open <%= application_path %> -n --args --resource-path="<%= resource_path %>" --executed-from="$(pwd)" --pid=$$ $@ +open -a Atom -n --args --resource-path="<%= resource_path %>" --executed-from="$(pwd)" --pid=$$ $@ # Used to exit process when atom is used as $EDITOR on_die() {