1
0
Fork 0
forked from lthn/blockchain

Fixed bug with wallet path under cake wallet - 2

This commit is contained in:
cryptozoidberg 2023-11-16 17:53:48 +00:00
parent d1b40c280b
commit 015fc54cef

View file

@ -106,9 +106,9 @@ namespace plain_wallet
std::string get_app_config_folder()
{
#ifndef CAKEWALLET
#ifdef CAKEWALLET
return "";
#ifdef WIN32
#elif WIN32
std::string path = get_bundle_working_dir() + "/" + APP_CONFIG_FOLDER + "/";
#else
std::string path = get_bundle_working_dir() + "/" + APP_CONFIG_FOLDER + "/";