mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Open with -a instead of application path
This commit is contained in:
2
Rakefile
2
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() {
|
||||
|
||||
Reference in New Issue
Block a user