mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 07:40:21 -04:00
Added Installation of BitDHT bootstrap file.
* new DataDirectory Function in rsinit.cc * new copyFile() and checkFile() functions in rsdirutils. * bdboot.txt is checked for and copied over if missing. NB: This has been tested under OSX, but Linux / Windows need checking. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3713 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd19278d58
commit
634dbca14f
4 changed files with 227 additions and 1 deletions
|
@ -129,6 +129,8 @@ class RsInit
|
|||
static void setAutoLogin(bool autoLogin);
|
||||
static bool RsClearAutoLogin() ;
|
||||
|
||||
/* used for static install data */
|
||||
static std::string getRetroshareDataDirectory();
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue