--- lib/common/GetAppPath.cpp +++ lib/common/GetAppPath.cpp 2026-06-06 10:03:54.000000000 +0800 @@ -42,7 +42,7 @@ char componentStr[kBufferLength]; CFIndex componentLength = CFURLGetBytes(url, buffer, kBufferLength); - if (componentLength < 0) return(false); + if (componentLength < 0) return(""); buffer[componentLength] = 0; CFRange range;