chore: 再糊点注释

This commit is contained in:
MistEO
2025-09-09 00:22:02 +08:00
parent b6552c19a6
commit 069e159f33

View File

@@ -11,8 +11,8 @@ int main([[maybe_unused]] int argc, char** argv)
auto working_path = std::filesystem::path(argv[0]).parent_path();
#ifdef ASST_DEBUG
// <path>/build/bin/Debug or <path>/build/bin/Release
if (!std::filesystem::exists(working_path / "resource")) {
// <ProjectDir>/build/bin/Debug or <ProjectDir>/build/bin/Release
working_path = working_path.parent_path().parent_path().parent_path();
}
#endif