mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add install target to Makefile
Install atom into /usr/local/atom and adds a symlink for /usr/local/bin/atom
This commit is contained in:
@@ -90,7 +90,7 @@ void ClientHandler::OnLoadStart(CefRefPtr<CefBrowser> browser,
|
||||
global->SetValue("atom", atom, V8_PROPERTY_ATTRIBUTE_NONE);
|
||||
|
||||
CefRefPtr<CefV8Value> loadPath = CefV8Value::CreateString(
|
||||
AppPath() + "/../..");
|
||||
AppPath() + "/..");
|
||||
atom->SetValue("loadPath", loadPath, V8_PROPERTY_ATTRIBUTE_NONE);
|
||||
|
||||
CefRefPtr<CefV8Value> bootstrapScript = CefV8Value::CreateString(
|
||||
|
||||
Reference in New Issue
Block a user