File dashpay-util.patch of Package dashpay
--- src/util/system.cpp 2023-09-24 13:59:54.303659108 +0200 +++ src/util/system.cpp 2023-09-24 14:03:21.272622783 +0200 @@ -712,7 +712,7 @@ return pathRet / "Library/Application Support/DashCore"; #else // Unix-like - return pathRet / ".dashcore"; + return pathRet / ".dash"; #endif #endif }