mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Change directories to release configuration.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7246 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7d9449421b
commit
da081d6735
@ -302,9 +302,8 @@ bool RsAccountsDetail::defaultBaseDirectory()
|
|||||||
return false ;
|
return false ;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO change back to .retroshare after testing.
|
|
||||||
basedir = h;
|
basedir = h;
|
||||||
basedir += "/.retroshare6";
|
basedir += "/.retroshare";
|
||||||
|
|
||||||
#else
|
#else
|
||||||
if (RsInit::isPortable())
|
if (RsInit::isPortable())
|
||||||
|
@ -1301,8 +1301,6 @@ int RsServer::StartupRetroShare()
|
|||||||
#ifdef RS_ENABLE_GXS
|
#ifdef RS_ENABLE_GXS
|
||||||
|
|
||||||
std::string currGxsDir = rsAccounts.PathAccountDirectory() + "/gxs";
|
std::string currGxsDir = rsAccounts.PathAccountDirectory() + "/gxs";
|
||||||
currGxsDir += "_FINALTESTS";
|
|
||||||
|
|
||||||
RsDirUtil::checkCreateDirectory(currGxsDir);
|
RsDirUtil::checkCreateDirectory(currGxsDir);
|
||||||
|
|
||||||
RsNxsNetMgr* nxsMgr = new RsNxsNetMgrImpl(serviceCtrl);
|
RsNxsNetMgr* nxsMgr = new RsNxsNetMgrImpl(serviceCtrl);
|
||||||
|
Loading…
Reference in New Issue
Block a user