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:
Kevin Sawicki
2012-06-07 16:01:02 -07:00
parent e7a5ff12cf
commit b0489810cc
5 changed files with 25 additions and 12 deletions

View File

@@ -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,