mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore: 再糊点注释
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user