Open with -a instead of application path

This commit is contained in:
Corey Johnson & Kevin Sawicki
2013-02-22 15:52:51 -08:00
parent 31d8151c3e
commit aeac64ce68

View File

@@ -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() {