Correct path to launch_url.sh
Makes Open in External browser work in Linux (and Solaris, hypothetically.) Nothing lives in etc/ of packaged, let's keep it that way.
This commit is contained in:
@@ -2502,8 +2502,8 @@ void LLWindowSDL::spawnWebBrowser(const std::string& escaped_url, bool async)
|
||||
std::string cmd, arg;
|
||||
cmd = gDirUtilp->getAppRODataDir();
|
||||
cmd += gDirUtilp->getDirDelimiter();
|
||||
cmd += "etc";
|
||||
cmd += gDirUtilp->getDirDelimiter();
|
||||
//cmd += "etc";
|
||||
//cmd += gDirUtilp->getDirDelimiter();
|
||||
cmd += "launch_url.sh";
|
||||
arg = escaped_url;
|
||||
exec_cmd(cmd, arg);
|
||||
|
||||
Reference in New Issue
Block a user