chore: 糊点注释

This commit is contained in:
MistEO
2025-09-09 00:20:40 +08:00
parent 1fe9fe3133
commit f2a0a4cbfc

View File

@@ -11,6 +11,7 @@ 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")) {
working_path = working_path.parent_path().parent_path().parent_path();
}