diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index 505d540b..3a9a1552 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -96,7 +96,9 @@ namespace plain_wallet std::string get_wallets_folder() { -#ifdef WIN32 +#ifdef CAKEWALLET + std::string path = ""; +#elif WIN32 std::string path = get_bundle_working_dir() + "/" + WALLETS_FOLDER_NAME + "/"; #else std::string path = get_bundle_working_dir() + "/" + WALLETS_FOLDER_NAME + "/";