1
0
Fork 0
forked from lthn/blockchain

added missing path variable

This commit is contained in:
cryptozoidberg 2023-11-16 18:52:13 +00:00
parent 015fc54cef
commit 131ee0e84b

View file

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