mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -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:
@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) {
|
||||
std::string path;
|
||||
path.append("file://");
|
||||
path.append(szPath);
|
||||
path.append("/../../index.html");
|
||||
path.append("/../index.html");
|
||||
|
||||
CefBrowser::CreateBrowserSync(window_info,
|
||||
static_cast<CefRefPtr<CefClient> >(g_handler), path,
|
||||
|
||||
Reference in New Issue
Block a user