forked from lthn/blockchain
added missing path variable
This commit is contained in:
parent
015fc54cef
commit
131ee0e84b
1 changed files with 2 additions and 2 deletions
|
|
@ -106,8 +106,8 @@ namespace plain_wallet
|
|||
|
||||
std::string get_app_config_folder()
|
||||
{
|
||||
#ifdef CAKEWALLET
|
||||
return "";
|
||||
#ifdef CAKEWALLET
|
||||
std::string path = "";
|
||||
#elif WIN32
|
||||
std::string path = get_bundle_working_dir() + "/" + APP_CONFIG_FOLDER + "/";
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue