From b6552c19a69eeb22aea1e08c7ccac1fee4f93de4 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 9 Sep 2025 00:20:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=B3=8A=E7=82=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Cpp/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Cpp/main.cpp b/src/Cpp/main.cpp index 2dc11abadd..36fb6077bd 100644 --- a/src/Cpp/main.cpp +++ b/src/Cpp/main.cpp @@ -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 + // /build/bin/Debug or /build/bin/Release if (!std::filesystem::exists(working_path / "resource")) { working_path = working_path.parent_path().parent_path().parent_path(); }